Skip to content

Commit 4c2bafd

Browse files
author
yaoyang
committed
错别词修改
1 parent befd5d7 commit 4c2bafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
set_error_handler('http_err_action', E_ALL);
1212
set_exception_handler('http_ex_action');
13-
register_shutdown_function('http_fatel_err_action');
13+
register_shutdown_function('http_fatal_err_action');
1414

1515
if_has_exception(function ($ex) {
1616
echo "<pre>";

0 commit comments

Comments
 (0)