ispell
[openssl.git] / doc / ssl / SSL_CTX_set_info_callback.pod
index 15dab2f1b1186b2994d009c585078dd7656dc0dc..e61be4e38848f4bedb2b335a23188ab45163ade1 100644 (file)
@@ -43,7 +43,7 @@ is called whenever the state changes, an alert appears, or an error occurs.
 
 The callback function is called as B<callback(SSL *ssl, int where, int ret)>.
 The B<where> argument specifies information about where (in which context)
-the callback function was called. If B<ret> is 0, an error condition occured.
+the callback function was called. If B<ret> is 0, an error condition occurred.
 If an alert is handled, SSL_CB_ALERT is set and B<ret> specifies the alert
 information.