]> granicus.if.org Git - php/commitdiff
typo
authorkrakjoe <joe.watkins@live.co.uk>
Mon, 11 Nov 2013 17:01:33 +0000 (17:01 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Mon, 11 Nov 2013 17:01:33 +0000 (17:01 +0000)
phpdbg_prompt.c

index 3e3929ec437e920840051d7c9796e2f54e63c646..797df423dcdb0afe5047ae6d486ec4953f87ce55 100644 (file)
@@ -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;
     }