diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-11-26 18:41:50 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-11-26 18:41:50 +0100 |
commit | aef51819ce8a3d192e3ff46695def361cd762401 (patch) | |
tree | 625a805dc54e084a26f8f388ef7bb8b638988a10 /sapi/phpdbg/phpdbg.c | |
parent | 0afc04b91394a2b8d3d33531810ee0256088408d (diff) | |
download | php-git-aef51819ce8a3d192e3ff46695def361cd762401.tar.gz |
typo fix
Diffstat (limited to 'sapi/phpdbg/phpdbg.c')
-rw-r--r-- | sapi/phpdbg/phpdbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |