]> granicus.if.org Git - php/commitdiff
correction
authorkrakjoe <joe.watkins@live.co.uk>
Sun, 17 Nov 2013 09:36:14 +0000 (09:36 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Sun, 17 Nov 2013 09:36:14 +0000 (09:36 +0000)
phpdbg_help.c

index 2a0c998c0bb857c642544efcd52a29706ead5a98..4526f9fa834863f44c6ce914a48b01f5eaaf42d1 100644 (file)
@@ -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");