diff --git a/modules/color/color.module b/modules/color/color.module index ffa9eab67c3b68c1781b01915ebc07d27307b70b..09eb82b23b84bf5304718c566c2a45febf0a7392 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.