Typo in extra/yassl/src/yassl_error.cpp

Bug #790983 reported by Doug Barton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MariaDB
New
Undecided
Unassigned

Bug Description

The word "protocol" is misspelled in an error message:

--- extra/yassl/src/yassl_error.cpp 2010-04-28 12:52:24 +0000
+++ extra/yassl/src/yassl_error.cpp 2011-03-01 17:03:38 +0000
@@ -128,7 +128,7 @@
         break;

     case badVersion_error :
- strncpy(buffer, "protocl version mismatch", max);
+ strncpy(buffer, "protocol version mismatch", max);
         break;

     case compress_error :

Same typo is in a comment in mysql-test/t/show_check.test, FYI

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.