Skip to content

Commit 55ee543

Browse files
mhujerkaplanlior
authored andcommitted
Typo fix: umknown -> unknown
1 parent 7cd5ae6 commit 55ee543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqlnd/mysqlnd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ mysqlnd_run_authentication(
557557

558558
if (!auth_plugin) {
559559
php_error_docref(NULL TSRMLS_CC, E_WARNING, "The server requested authentication method unknown to the client [%s]", requested_protocol);
560-
SET_CLIENT_ERROR(*conn->error_info, CR_NOT_IMPLEMENTED, UNKNOWN_SQLSTATE, "The server requested authentication method umknown to the client");
560+
SET_CLIENT_ERROR(*conn->error_info, CR_NOT_IMPLEMENTED, UNKNOWN_SQLSTATE, "The server requested authentication method unknown to the client");
561561
goto end;
562562
}
563563
DBG_INF("plugin found");

0 commit comments

Comments
 (0)