diff options
Diffstat (limited to 'phpdbg_set.c')
-rw-r--r-- | phpdbg_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <prompt|error|notice> <color>"); + "set color used incorrectly: set color <prompt|error|notice> <color>"); } return SUCCESS; } /* }}} */ |