Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
libern committed Mar 16, 2017
1 parent a3e513c commit 3fcfd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Someline/Image/SomelineImageService.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function storeImageFromPath($path_with_name, $file_extension = null, $isA


if (!File::exists($path_with_name)) {
throw new StoreImageException("File not foud: " . $path_with_name);
throw new StoreImageException("File not found: " . $path_with_name);
}

// read exif info
Expand Down

0 comments on commit 3fcfd4e

Please sign in to comment.