Bug#12657095 YASSL ERROR MESSAGE CONTAINS TYPO
This patch fixes a typo in a YaSSL error message.
This commit is contained in:
parent
291cb58ae5
commit
0aa578ce13
@ -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…
x
Reference in New Issue
Block a user