From: krakjoe Date: Sun, 17 Nov 2013 09:36:14 +0000 (+0000) Subject: correction X-Git-Tag: php-5.6.0alpha1~110^2~279^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5768e98cb03a72716c685f7ab90067289d1db67f;p=php correction --- diff --git a/phpdbg_help.c b/phpdbg_help.c index 2a0c998c0b..4526f9fa83 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -95,7 +95,7 @@ PHPDBG_HELP(print) /* {{{ */ phpdbg_writeln("\t%sprint opline", PROMPT); phpdbg_writeln("Will print the instruction for the current opline"); phpdbg_writeln("\t%sprint exec", PROMPT); - phpdbg_writeln("Will print the instruction for the execution context"); + phpdbg_writeln("Will print the instructions for the execution context"); phpdbg_writeln(EMPTY); phpdbg_writeln("Specific printers loaded are show below:"); phpdbg_notice("Commands");