Skip to content

Commit d0c0fea

Browse files
author
Stanislav Idolov
authored
ENGCOM-1843: [Backport] Fix typo in Image::open exception message #15817
2 parents 8f92501 + ee17a20 commit d0c0fea

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)