[dovecot-cvs] dovecot/src/lib-sql sql-api.h,1.3,1.4

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


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

Modified Files:
	sql-api.h 
Log Message:
s/occured/occurred/



Index: sql-api.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-sql/sql-api.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sql-api.h	9 Jun 2005 18:44:22 -0000	1.3
+++ sql-api.h	7 Aug 2005 11:41:25 -0000	1.4
@@ -34,7 +34,7 @@
 	       sql_query_callback_t *callback, void *context);
 
 /* Go to next row, returns 1 if ok, 0 if this was the last row or -1 if error
-   occured. This needs to be the first call for result. */
+   occurred. This needs to be the first call for result. */
 int sql_result_next_row(struct sql_result *result);
 
 /* Return number of fields in result. */



More information about the dovecot-cvs mailing list