Browse Source

typo fix

PHP-5.6.4
Ferenc Kovacs 12 years ago
parent
commit
aef51819ce
  1. 2
      sapi/phpdbg/phpdbg.c

2
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

Loading…
Cancel
Save