summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2011-03-01 18:03:38 +0100
committerSergei Golubchik <sergii@pisem.net>2011-03-01 18:03:38 +0100
commit58a0e492b5071f0a12f5eb769d524c157c58c249 (patch)
tree37e0f0c682db23d52f059e38ad24220ac4eff324 /extra
parentc60ad7e6cda53eadb972b314c2448daa9fba2672 (diff)
downloadmariadb-git-58a0e492b5071f0a12f5eb769d524c157c58c249.tar.gz
typo (in the yassl error message) fixed
Diffstat (limited to 'extra')
-rw-r--r--extra/yassl/src/yassl_error.cpp2
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 :