summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-05-12 05:51:20 +0000
committerDries Buytaert <dries@buytaert.net>2007-05-12 05:51:20 +0000
commiteb8c22e26011e5577d6c0cbba8091fcc59999bef (patch)
tree3c0ff05b412e98c8d274d7d548bde864fc431db7
parentdf0f9dbd4c0abcf5a3e15b869a8a492738fbff72 (diff)
downloadbrdo-eb8c22e26011e5577d6c0cbba8091fcc59999bef.tar.gz
brdo-eb8c22e26011e5577d6c0cbba8091fcc59999bef.tar.bz2
- Patch #142798 by sime: documentation fix.
-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.
*