Skip to content

Commit d893d55

Browse files
ENGCOM-1709: [Forwardport] Fix typo in Image::open exception message #15574
- Merge Pull Request #15574 from osrecio/magento2:2.3-develop-PR-port-15269 - Merged commits: 1. 154fc40
2 parents d83f3f5 + 154fc40 commit d893d55

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)