From e8a7a46faf29d8821e04f82cde9f978f060e7376 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Sun, 24 Nov 2013 20:30:28 +0000 Subject: [PATCH] spelling correction --- phpdbg_set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /* }}} */ -- 2.50.1