From d3ea7feb6bd3a8b9e1af11d39c79aa0762ad6f9b Mon Sep 17 00:00:00 2001
From: Isaac Rosenberg <irosenb7@gmail.com>
Date: Sat, 1 Dec 2012 21:13:08 -0500
Subject: [PATCH] Update lib/image.php

Corrected simple typo
---
 lib/image.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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