diff options
author | Andrey Hristov <andrey@php.net> | 2011-01-24 13:59:28 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2011-01-24 13:59:28 +0000 |
commit | 2cdc51e5805a327cbd1698b1e34685ced39f4ab2 (patch) | |
tree | fa4cd0812e25a8fd1994fdbbe9df1c8fe0d56aba /ext/mysqlnd/mysqlnd_auth.c | |
parent | 4439bde5601d9e02c2d187ac5092aba2a197baee (diff) | |
download | php-git-2cdc51e5805a327cbd1698b1e34685ced39f4ab2.tar.gz |
fix typos
Diffstat (limited to 'ext/mysqlnd/mysqlnd_auth.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqlnd/mysqlnd_auth.c b/ext/mysqlnd/mysqlnd_auth.c index b1ad42348a..d78779cea9 100644 --- a/ext/mysqlnd/mysqlnd_auth.c +++ b/ext/mysqlnd/mysqlnd_auth.c @@ -439,10 +439,10 @@ static struct st_mysqlnd_authentication_plugin mysqlnd_pam_authentication_plugin { { MYSQLND_PLUGIN_API_VERSION, - "auth_plugin_authentication_pam", + "auth_plugin_mysql_clear_password", MYSQLND_VERSION_ID, MYSQLND_VERSION, - "Proprietatry", + "PHP License 3.01", "Andrey Hristov <andrey@mysql.com>, Ulf Wendel <uwendel@mysql.com>, Georg Richter <georg@mysql.com>", { NULL, /* no statistics , will be filled later if there are some */ |