Apply Sandro Tosi's spelling patch
diff --git a/src/ssl/connection.c b/src/ssl/connection.c
index 1c59ff3..6ee484d 100755
--- a/src/ssl/connection.c
+++ b/src/ssl/connection.c
@@ -326,7 +326,7 @@
 method again with the SAME buffer.\n\
 \n\
 @param buf: The string to send\n\
-@param flags: (optional) Included for compatability with the socket\n\
+@param flags: (optional) Included for compatibility with the socket\n\
               API, the value is ignored\n\
 @return: The number of bytes written\n\
 ";
@@ -367,7 +367,7 @@
 has been sent.\n\
 \n\
 @param buf: The string to send\n\
-@param flags: (optional) Included for compatability with the socket\n\
+@param flags: (optional) Included for compatibility with the socket\n\
               API, the value is ignored\n\
 @return: The number of bytes written\n\
 ";
@@ -416,7 +416,7 @@
 method again with the SAME buffer.\n\
 \n\
 @param bufsiz: The maximum number of bytes to read\n\
-@param flags: (optional) Included for compatability with the socket\n\
+@param flags: (optional) Included for compatibility with the socket\n\
               API, the value is ignored\n\
 @return: The string read from the Connection\n\
 ";