diff --git a/lib/image.php b/lib/image.php
index e93df02f24730523eb71468260e975d73a0109e0..2043a452541eae544929e69b1a0cae92e6b67754 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) {