summaryrefslogtreecommitdiff
path: root/modules/color
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-08-01 21:04:28 -0400
committerDries Buytaert <dries@buytaert.net>2011-08-01 21:04:28 -0400
commita6d722568f44306170ba084cba88bdeb1573bf3b (patch)
tree27c89f623ac0c2475830b4a8a7e3273467048ef5 /modules/color
parent5546648d9092501b8c796a9a139cab6f092baee8 (diff)
downloadbrdo-a6d722568f44306170ba084cba88bdeb1573bf3b.tar.gz
brdo-a6d722568f44306170ba084cba88bdeb1573bf3b.tar.bz2
- Patch #1235266 by rbayliss: color_scheme_form_submit() has typo in code comment.
Diffstat (limited to 'modules/color')
-rw-r--r--modules/color/color.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/color/color.module b/modules/color/color.module
index d87b12f78..be25c2d75 100644
--- a/modules/color/color.module
+++ b/modules/color/color.module
@@ -314,7 +314,7 @@ function color_scheme_form_submit($form, &$form_state) {
// We need at least a copy of the source and a target buffer of the same
// size (both at 32bpp).
$required = $width * $height * 8;
- // We intend to prevent color scheme changes if there isn't enought memory
+ // We intend to prevent color scheme changes if there isn't enough memory
// available. memory_get_usage(TRUE) returns a more accurate number than
// memory_get_usage(), therefore we won't inadvertently reject a color
// scheme change based on a faulty memory calculation.