]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bio/bss_conn.c
ispell (and minor modifications)
[thirdparty/openssl.git] / crypto / bio / bss_conn.c
index 154cb78fb83c84497d56e243cb1b18866d7e08a6..6deee1a35fd8fe29e050b45fd197b3420d6d718f 100644 (file)
@@ -90,11 +90,11 @@ typedef struct bio_connect_st
        struct sockaddr_in them;
 
        /* int socket; this will be kept in bio->num so that it is
-        * compatable with the bss_sock bio */ 
+        * compatible with the bss_sock bio */ 
 
        /* called when the connection is initially made
         *  callback(BIO,state,ret);  The callback should return
-        * 'ret'.  state is for compatablity with the ssl info_callback */
+        * 'ret'.  state is for compatibility with the ssl info_callback */
        int (*info_callback)();
        } BIO_CONNECT;
 
@@ -500,7 +500,7 @@ static long conn_ctrl(BIO *b, int cmd, long num, char *ptr)
                                *((int *)ptr)=data->port;
                                }
                        if ((!b->init) || (ptr == NULL))
-                               *pptr="not initalised";
+                               *pptr="not initialized";
                        ret=1;
                        }
                break;