diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-03-01 18:03:38 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-03-01 18:03:38 +0100 |
commit | 606a544c688826ad8519852aa13844b1b381dce8 (patch) | |
tree | 37e0f0c682db23d52f059e38ad24220ac4eff324 /extra/yassl | |
parent | e9073079e07cc988b98389df8adeb696d22eebdb (diff) | |
download | mariadb-git-606a544c688826ad8519852aa13844b1b381dce8.tar.gz |
typo (in the yassl error message) fixed
Diffstat (limited to 'extra/yassl')
-rw-r--r-- | extra/yassl/src/yassl_error.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/src/yassl_error.cpp b/extra/yassl/src/yassl_error.cpp index cea2ddb553e..4bd38445a6b 100644 --- a/extra/yassl/src/yassl_error.cpp +++ b/extra/yassl/src/yassl_error.cpp @@ -128,7 +128,7 @@ void SetErrorString(unsigned long error, char* buffer) break; case badVersion_error : - strncpy(buffer, "protocl version mismatch", max); + strncpy(buffer, "protocol version mismatch", max); break; case compress_error : |