[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c,1.14,1.15

cras at procontrol.fi cras at procontrol.fi
Wed Nov 20 18:06:26 EET 2002


Update of /home/cvs/dovecot/src/lib-storage/index/maildir
In directory danu:/tmp/cvs-serv9636/maildir

Modified Files:
	maildir-storage.c 
Log Message:
typo in comment



Index: maildir-storage.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/maildir/maildir-storage.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- maildir-storage.c	20 Nov 2002 16:03:36 -0000	1.14
+++ maildir-storage.c	20 Nov 2002 16:06:24 -0000	1.15
@@ -364,7 +364,7 @@
 	   the next time it's needed. Only problem with it is that it's not
 	   atomic operation but that can't be really helped.
 
-	   NOTE: is't possible to rename a nonexisting folder which has
+	   NOTE: it's possible to rename a nonexisting folder which has
 	   subfolders. In that case we should ignore the rename() error. */
 	i_snprintf(oldpath, sizeof(oldpath), "%s/.%s", storage->dir, oldname);
 	i_snprintf(newpath, sizeof(newpath), "%s/.%s", storage->dir, newname);




More information about the dovecot-cvs mailing list