Bug#12657095 YASSL ERROR MESSAGE CONTAINS TYPO

This patch fixes a typo in a YaSSL error message.
This commit is contained in:
Jon Olav Hauglid 2011-06-17 09:51:34 +02:00
parent 291cb58ae5
commit 0aa578ce13

View File

@ -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 :