mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 02:20:33 -04:00
-Fix pkg-plist PR: ports/156681 Submitted by: Desvernay Geoffroy (dgeo@centrale-marseille.fr)(maintainer) Approved by: itetcu (mentor)(implicit)
13 lines
363 B
C++
13 lines
363 B
C++
--- 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 :
|
|
|
|
|