From 3c644612af9f896789da4dc094b7d39193185a8f Mon Sep 17 00:00:00 2001 From: krakjoe Date: Mon, 11 Nov 2013 17:01:33 +0000 Subject: [PATCH] typo --- phpdbg_prompt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.50.1