From: krakjoe Date: Mon, 11 Nov 2013 17:01:33 +0000 (+0000) Subject: typo X-Git-Tag: php-5.6.0alpha1~110^2~477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c644612af9f896789da4dc094b7d39193185a8f;p=php typo --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 3e3929ec43..797df423dc 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -111,7 +111,7 @@ static PHPDBG_COMMAND(next) /* {{{ */ static PHPDBG_COMMAND(run) /* {{{ */ { if (EG(in_execution)) { - printf("[Cannot start another execution while on is in progress]\n"); + printf("[Cannot start another execution while one is in progress]\n"); return FAILURE; }