[dovecot-cvs] dovecot/src/plugins/quota quota-maildir.c, 1.9.2.11, 1.9.2.12
tss at dovecot.org
tss at dovecot.org
Tue Mar 6 18:35:46 EET 2007
Update of /var/lib/cvs/dovecot/src/plugins/quota
In directory talvi:/tmp/cvs-serv10750
Modified Files:
Tag: branch_1_0
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.9.2.11
retrieving revision 1.9.2.12
diff -u -d -r1.9.2.11 -r1.9.2.12
--- quota-maildir.c 6 Mar 2007 16:32:11 -0000 1.9.2.11
+++ quota-maildir.c 6 Mar 2007 16:35:44 -0000 1.9.2.12
@@ -519,7 +519,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