summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
diff options
context:
space:
mode:
authorMartin Hujer <mhujer@gmail.com>2013-10-31 22:59:42 +0200
committerLior Kaplan <kaplanlior@gmail.com>2013-10-31 22:59:42 +0200
commit55ee543e2f73c45c8fa2c51ebef9820a610f70b4 (patch)
tree25b73836901583f8e42f5a9c6fe235f88efe7d8e /ext/mysqlnd
parent7cd5ae6fabd5763c1ea35150b0451e14bd1c9b00 (diff)
downloadphp-git-55ee543e2f73c45c8fa2c51ebef9820a610f70b4.tar.gz
Typo fix: umknown -> unknown
Diffstat (limited to 'ext/mysqlnd')
-rw-r--r--ext/mysqlnd/mysqlnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd.c b/ext/mysqlnd/mysqlnd.c
index b41e5424f5..169577ff97 100644
--- a/ext/mysqlnd/mysqlnd.c
+++ b/ext/mysqlnd/mysqlnd.c
@@ -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");