summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/image.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/image.inc b/includes/image.inc
index 8fcb5adae..38bd67338 100644
--- a/includes/image.inc
+++ b/includes/image.inc
@@ -103,8 +103,8 @@ function image_get_info($file) {
}
/**
- * Scales an image to the exact width and height given. Maintains the
- * original file's aspect ratio by cropping the image equally on both
+ * Scales an image to the exact width and height given. Achieves the
+ * target aspect ratio by cropping the original image equally on both
* sides, or equally on the top and bottom. This function is, for
* example, useful to create uniform sized avatars from larger images.
*