[dovecot-cvs] dovecot/src/login-common ssl-proxy-gnutls.c, 1.10, 1.11 ssl-proxy.h, 1.3, 1.4

cras at dovecot.org cras at dovecot.org
Sun Aug 7 14:41:42 EEST 2005


Update of /var/lib/cvs/dovecot/src/login-common
In directory talvi:/tmp/cvs-serv27981/src/login-common

Modified Files:
	ssl-proxy-gnutls.c ssl-proxy.h 
Log Message:
s/occured/occurred/



Index: ssl-proxy-gnutls.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/login-common/ssl-proxy-gnutls.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ssl-proxy-gnutls.c	1 Oct 2004 14:41:16 -0000	1.10
+++ ssl-proxy-gnutls.c	7 Aug 2005 11:41:40 -0000	1.11
@@ -80,7 +80,7 @@
 	}
 
 	if (verbose_ssl) {
-		/* fatal error occured */
+		/* fatal error occurred */
 		if (error == GNUTLS_E_FATAL_ALERT_RECEIVED) {
 			i_warning("Received SSL fatal alert: %s [%s]",
 				  get_alert_text(proxy),

Index: ssl-proxy.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/login-common/ssl-proxy.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ssl-proxy.h	17 May 2004 01:32:17 -0000	1.3
+++ ssl-proxy.h	7 Aug 2005 11:41:40 -0000	1.4
@@ -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);



More information about the dovecot-cvs mailing list