]> granicus.if.org Git - php/commitdiff
Typo fix: umknown -> unknown
authorMartin Hujer <mhujer@gmail.com>
Thu, 31 Oct 2013 20:59:42 +0000 (22:59 +0200)
committerLior Kaplan <kaplanlior@gmail.com>
Thu, 31 Oct 2013 20:59:42 +0000 (22:59 +0200)
ext/mysqlnd/mysqlnd.c

index b41e5424f590ed703d5d2a83302c6bdb54c744ba..169577ff97997d650fe4786a2e5a78cb51131397 100644 (file)
@@ -557,7 +557,7 @@ mysqlnd_run_authentication(
 
                if (!auth_plugin) {
                        php_error_docref(NULL TSRMLS_CC, E_WARNING, "The server requested authentication method unknown to the client [%s]", requested_protocol);
-                       SET_CLIENT_ERROR(*conn->error_info, CR_NOT_IMPLEMENTED, UNKNOWN_SQLSTATE, "The server requested authentication method umknown to the client");
+                       SET_CLIENT_ERROR(*conn->error_info, CR_NOT_IMPLEMENTED, UNKNOWN_SQLSTATE, "The server requested authentication method unknown to the client");
                        goto end;
                }
                DBG_INF("plugin found");