diff --git a/includes/image.inc b/includes/image.inc index 8fcb5adaee43b3ee1fec7ccadce3bb14a02a13db..38bd67338f05318184ae7cee57f90f94307a4d10 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. *