From eb8c22e26011e5577d6c0cbba8091fcc59999bef Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 12 May 2007 05:51:20 +0000 Subject: - Patch #142798 by sime: documentation fix. --- includes/image.inc | 4 ++-- 1 file 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. * -- cgit v1.2.3