]> granicus.if.org Git - php/commitdiff
spelling correction
authorkrakjoe <joe.watkins@live.co.uk>
Sun, 24 Nov 2013 20:30:28 +0000 (20:30 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Sun, 24 Nov 2013 20:30:28 +0000 (20:30 +0000)
phpdbg_set.c

index 0c3381e694c1fb6cf1de4b25d6d0ba85da3f53f6..7dbb5dc4125d81c8c602c1dd12d0f5166dbc13a8 100644 (file)
@@ -78,7 +78,7 @@ PHPDBG_SET(color) /* {{{ */
        } else {
 usage:
                phpdbg_error(
-                       "set color used incorrected: set color <prompt|error|notice> <color>");
+                       "set color used incorrectly: set color <prompt|error|notice> <color>");
        }
        return SUCCESS;
 } /* }}} */