From 60fede4c90746ef3408ed27a15dd405b3a46a83b Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Sun, 21 Dec 2014 19:07:19 +0100 Subject: New upstream version 5.6.4+dfsg --- sapi/phpdbg/phpdbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/phpdbg/phpdbg.c') diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c index fa6f84343..e532861e4 100644 --- a/sapi/phpdbg/phpdbg.c +++ b/sapi/phpdbg/phpdbg.c @@ -1497,7 +1497,7 @@ phpdbg_out: #ifdef _WIN32 } __except(phpdbg_exception_handler_win32(xp = GetExceptionInformation())) { - phpdbg_error("Access violation (Segementation fault) encountered\ntrying to abort cleanly..."); + phpdbg_error("Access violation (Segmentation fault) encountered\ntrying to abort cleanly..."); } phpdbg_out: #endif -- cgit v1.2.3