svn commit: samba r21042 - in branches/SAMBA_4_0/source/ntvfs/posix: .

vlendec at samba.org vlendec at samba.org
Sun Jan 28 18:25:46 GMT 2007


Author: vlendec
Date: 2007-01-28 18:25:46 +0000 (Sun, 28 Jan 2007)
New Revision: 21042

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21042

Log:
Fix typo
Modified:
   branches/SAMBA_4_0/source/ntvfs/posix/pvfs_rename.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/posix/pvfs_rename.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/posix/pvfs_rename.c	2007-01-28 17:03:10 UTC (rev 21041)
+++ branches/SAMBA_4_0/source/ntvfs/posix/pvfs_rename.c	2007-01-28 18:25:46 UTC (rev 21042)
@@ -72,7 +72,7 @@
 	}
 
 	/* this is a strange one. w2k3 gives an additional event for CHANGE_ATTRIBUTES
-	   and CHANGE_CREATION on the new file when renming files, but not 
+	   and CHANGE_CREATION on the new file when renaming files, but not 
 	   directories */
 	if ((name1->dos.attrib & FILE_ATTRIBUTE_DIRECTORY) == 0) {
 		notify_trigger(pvfs->notify_context, 



More information about the samba-cvs mailing list