mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Bug#12657095 YASSL ERROR MESSAGE CONTAINS TYPO
This patch fixes a typo in a YaSSL error message.
This commit is contained in:
parent
edfd31a06a
commit
7de029da9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue