Skip to content

Commit cd325a3

Browse files
ENGCOM-1709: [Forwardport] Fix typo in Image::open exception message #15574
2 parents f410326 + d893d55 commit cd325a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function open()
4949
$this->_adapter->checkDependencies();
5050

5151
if (!file_exists($this->_fileName)) {
52-
throw new \Exception("File '{$this->_fileName}' does not exists.");
52+
throw new \Exception("File '{$this->_fileName}' does not exist.");
5353
}
5454

5555
$this->_adapter->open($this->_fileName);

0 commit comments

Comments
 (0)