This commit is contained in:
Ferenc Kovacs 2014-11-26 18:41:50 +01:00
parent 0afc04b913
commit aef51819ce

View File

@ -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