summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-14 18:42:40 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-14 18:42:40 -0400
commit36e272668176d98460c0ca572fcf14c173015500 (patch)
tree71433ccf79976f7fa0e814a1c5e4b637fa37bc0a /includes
parent29035c844a54cb894fc24b84be65065b2a41c85a (diff)
downloadbrdo-36e272668176d98460c0ca572fcf14c173015500.tar.gz
brdo-36e272668176d98460c0ca572fcf14c173015500.tar.bz2
Issue #2579625 by laurencemercer: Typo in file_validate_image_resolution() doc
Diffstat (limited to 'includes')
-rw-r--r--includes/file.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/file.inc b/includes/file.inc
index d3ac87ea0..ba3da0648 100644
--- a/includes/file.inc
+++ b/includes/file.inc
@@ -1785,7 +1785,7 @@ function file_validate_is_image(stdClass $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 $file