From: krakjoe Date: Sun, 24 Nov 2013 20:30:28 +0000 (+0000) Subject: spelling correction X-Git-Tag: php-5.6.0alpha1~110^2~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8a7a46faf29d8821e04f82cde9f978f060e7376;p=php spelling correction --- diff --git a/phpdbg_set.c b/phpdbg_set.c index 0c3381e694..7dbb5dc412 100644 --- a/phpdbg_set.c +++ b/phpdbg_set.c @@ -78,7 +78,7 @@ PHPDBG_SET(color) /* {{{ */ } else { usage: phpdbg_error( - "set color used incorrected: set color "); + "set color used incorrectly: set color "); } return SUCCESS; } /* }}} */