changeset 626:5ce5aafe28d9 HEAD

typo in comment
author Timo Sirainen <tss@iki.fi>
date Wed, 20 Nov 2002 18:06:24 +0200
parents fe017093e4d8
children 49893535ce92
files src/lib-storage/index/maildir/maildir-storage.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/maildir/maildir-storage.c	Wed Nov 20 18:03:36 2002 +0200
+++ b/src/lib-storage/index/maildir/maildir-storage.c	Wed Nov 20 18:06:24 2002 +0200
@@ -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);