Skip to content
Snippets Groups Projects
Commit d3ea7feb authored by Isaac Rosenberg's avatar Isaac Rosenberg
Browse files

Update lib/image.php

Corrected simple typo
parent 401c56ce
No related branches found
No related tags found
No related merge requests found
...@@ -753,7 +753,7 @@ class OC_Image { ...@@ -753,7 +753,7 @@ class OC_Image {
* @param $x Horizontal position * @param $x Horizontal position
* @param $y Vertical position * @param $y Vertical position
* @param $w Width * @param $w Width
* @param $h Hight * @param $h Height
* @returns bool for success or failure * @returns bool for success or failure
*/ */
public function crop($x, $y, $w, $h) { public function crop($x, $y, $w, $h) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment