From: Ferenc Kovacs Date: Wed, 26 Nov 2014 17:41:50 +0000 (+0100) Subject: typo fix X-Git-Tag: php-5.6.4RC1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aef51819ce8a3d192e3ff46695def361cd762401;p=php typo fix --- diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c index fa6f843432..e532861e4d 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