Commit 7de029da authored by Jon Olav Hauglid's avatar Jon Olav Hauglid

Bug#12657095 YASSL ERROR MESSAGE CONTAINS TYPO

This patch fixes a typo in a YaSSL error message.
parent edfd31a0
......@@ -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 :
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment