[dovecot-cvs] dovecot/src/imap client.h, 1.29, 1.30 cmd-idle.c, 1.18, 1.19

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


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

Modified Files:
	client.h cmd-idle.c 
Log Message:
s/occured/occurred/



Index: client.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/client.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- client.h	2 Apr 2005 21:08:56 -0000	1.29
+++ client.h	7 Aug 2005 11:41:20 -0000	1.30
@@ -74,7 +74,7 @@
 			       const char *msg);
 
 /* Read a number of arguments. Returns TRUE if everything was read or
-   FALSE if either needs more data or error occured. */
+   FALSE if either needs more data or error occurred. */
 int client_read_args(struct client_command_context *cmd, unsigned int count,
 		     unsigned int flags, struct imap_arg **args);
 /* Reads a number of string arguments. ... is a list of pointers where to

Index: cmd-idle.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/cmd-idle.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cmd-idle.c	5 Feb 2005 18:07:26 -0000	1.18
+++ cmd-idle.c	7 Aug 2005 11:41:20 -0000	1.19
@@ -159,7 +159,7 @@
 		/* outlook workaround */
 		idle_send_expunge(ctx);
 	} else if (ctx->sync_pending) {
-		/* more changes occured while we were sending changes to
+		/* more changes occurred while we were sending changes to
 		   client */
                 idle_callback(client->mailbox, client);
 	}



More information about the dovecot-cvs mailing list