summaryrefslogtreecommitdiff
path: root/phpdbg_set.c
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2013-11-24 20:30:28 +0000
committerkrakjoe <joe.watkins@live.co.uk>2013-11-24 20:30:28 +0000
commite8a7a46faf29d8821e04f82cde9f978f060e7376 (patch)
tree64ee584939fdd57010b5a96d0ccda9b8b3cd40b9 /phpdbg_set.c
parent873ce08d6b7a8e7468accb7079d8188ce334e579 (diff)
downloadphp-git-e8a7a46faf29d8821e04f82cde9f978f060e7376.tar.gz
spelling correction
Diffstat (limited to 'phpdbg_set.c')
-rw-r--r--phpdbg_set.c2
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;
} /* }}} */