diff src/login-common/ssl-proxy.h @ 3520:e2fe8222449d HEAD

s/occured/occurred/
author Timo Sirainen <tss@iki.fi>
date Sun, 07 Aug 2005 14:41:19 +0300
parents dc5d0da1abe9
children c12df370e1b2
line wrap: on
line diff
--- a/src/login-common/ssl-proxy.h	Sun Aug 07 14:28:13 2005 +0300
+++ b/src/login-common/ssl-proxy.h	Sun Aug 07 14:41:19 2005 +0300
@@ -7,7 +7,7 @@
 extern int ssl_initialized;
 
 /* establish SSL connection with the given fd, returns a new fd which you
-   must use from now on, or -1 if error occured. Unless -1 is returned,
+   must use from now on, or -1 if error occurred. Unless -1 is returned,
    the given fd must be simply forgotten. */
 int ssl_proxy_new(int fd, struct ip_addr *ip, struct ssl_proxy **proxy_r);
 int ssl_proxy_has_valid_client_cert(struct ssl_proxy *proxy);