- Patch #1235266 by rbayliss: color_scheme_form_submit() has typo in code comment.

8.0.x
Dries Buytaert 2011-08-01 21:04:18 -04:00
parent 57bdf1b1d3
commit dbaa612279
1 changed files with 1 additions and 1 deletions

View File

@ -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.