diff options
author | Otto Kekäläinen <otto@seravo.fi> | 2015-08-12 23:03:45 +0200 |
---|---|---|
committer | Otto Kekäläinen <otto@seravo.fi> | 2015-08-27 00:39:44 +0300 |
commit | a273f016a1a8af8d3b60af804675cd4fd706132e (patch) | |
tree | f638253f07bad0ffac72e5f136f9325f5f0b4265 /extra/yassl | |
parent | f425c71aba5a52e603fde8582838e3d89771c032 (diff) | |
download | mariadb-git-a273f016a1a8af8d3b60af804675cd4fd706132e.tar.gz |
Fix spelling errors
Diffstat (limited to 'extra/yassl')
-rw-r--r-- | extra/yassl/src/ssl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/src/ssl.cpp b/extra/yassl/src/ssl.cpp index 356b310037e..111da306b4d 100644 --- a/extra/yassl/src/ssl.cpp +++ b/extra/yassl/src/ssl.cpp @@ -952,7 +952,7 @@ void OpenSSL_add_all_algorithms() // compatibility only {} -int SSL_library_init() // compatiblity only +int SSL_library_init() // compatibility only { return 1; } |