From dbaa612279994c1e7ca834c177cf14a4b8cd96b9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 1 Aug 2011 21:04:18 -0400 Subject: [PATCH] - Patch #1235266 by rbayliss: color_scheme_form_submit() has typo in code comment. --- modules/color/color.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/color/color.module b/modules/color/color.module index ffa9eab67c3..09eb82b23b8 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.