[dovecot-cvs] dovecot/src/plugins/quota quota-maildir.c,1.23,1.24

tss at dovecot.org tss at dovecot.org
Tue Mar 6 18:35:49 EET 2007


Update of /var/lib/cvs/dovecot/src/plugins/quota
In directory talvi:/tmp/cvs-serv10763

Modified Files:
	quota-maildir.c 
Log Message:
comment typofix


Index: quota-maildir.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/quota/quota-maildir.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- quota-maildir.c	6 Mar 2007 16:32:14 -0000	1.23
+++ quota-maildir.c	6 Mar 2007 16:35:46 -0000	1.24
@@ -538,7 +538,7 @@
 
 	/* We rely on O_APPEND working in here. That isn't NFS-safe, but it
 	   isn't necessarily that bad because the file is recreated once in
-	   a while, and sooner if corruption cases calculations to go
+	   a while, and sooner if corruption causes calculations to go
 	   over quota. This is also how Maildir++ spec specifies it should be
 	   done.. */
 	str = t_strdup_printf("%lld %d\n", (long long)bytes_diff, count_diff);



More information about the dovecot-cvs mailing list