From ef4ded04c8ae3d99cda3183a32f14378caa9eb4a Mon Sep 17 00:00:00 2001 From: xjm Date: Sun, 4 Oct 2015 21:07:03 -0400 Subject: [PATCH] Issue #2579625 by laurencemercer: Typo in file_validate_image_resolution() doc --- core/modules/file/file.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/file/file.module b/core/modules/file/file.module index ec8556f38d6..b198dcb2bb1 100644 --- a/core/modules/file/file.module +++ b/core/modules/file/file.module @@ -401,7 +401,7 @@ function file_validate_is_image(FileInterface $file) { /** * Verifies that image dimensions are within the specified maximum and minimum. * - * Non-image files will be ignored. If a image toolkit is available the image + * Non-image files will be ignored. If an image toolkit is available the image * will be scaled to fit within the desired maximum dimensions. * * @param \Drupal\file\FileInterface $file