diff options
author | Isaac Rosenberg <irosenb7@gmail.com> | 2012-12-01 21:13:08 -0500 |
---|---|---|
committer | Isaac Rosenberg <irosenb7@gmail.com> | 2012-12-01 21:13:08 -0500 |
commit | d3ea7feb6bd3a8b9e1af11d39c79aa0762ad6f9b (patch) | |
tree | 1286353eabb4d4579e371348cc554a509a5b2924 /lib | |
parent | 401c56ce7bda6b8fb782e3cea962e47546626eef (diff) | |
download | nextcloud-server-d3ea7feb6bd3a8b9e1af11d39c79aa0762ad6f9b.tar.gz nextcloud-server-d3ea7feb6bd3a8b9e1af11d39c79aa0762ad6f9b.zip |
Update lib/image.php
Corrected simple typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/image.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/image.php b/lib/image.php index e93df02f247..2043a452541 100644 --- a/lib/image.php +++ b/lib/image.php @@ -753,7 +753,7 @@ class OC_Image { * @param $x Horizontal position * @param $y Vertical position * @param $w Width - * @param $h Hight + * @param $h Height * @returns bool for success or failure */ public function crop($x, $y, $w, $h) { |