]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update lib/image.php
authorIsaac Rosenberg <irosenb7@gmail.com>
Sun, 2 Dec 2012 02:13:08 +0000 (21:13 -0500)
committerIsaac Rosenberg <irosenb7@gmail.com>
Sun, 2 Dec 2012 02:13:08 +0000 (21:13 -0500)
Corrected simple typo

lib/image.php

index e93df02f24730523eb71468260e975d73a0109e0..2043a452541eae544929e69b1a0cae92e6b67754 100644 (file)
@@ -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) {