From 4c9efad4b8a06cf5c4a35649366accd21c3befd0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 28 Jan 2007 18:25:46 +0000 Subject: r21042: Fix typo (This used to be commit eb83537a3b4889353cdc9bb471315a77e1f87c90) --- source4/ntvfs/posix/pvfs_rename.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/posix/pvfs_rename.c') diff --git a/source4/ntvfs/posix/pvfs_rename.c b/source4/ntvfs/posix/pvfs_rename.c index 8956a0174e..73513fdf00 100644 --- a/source4/ntvfs/posix/pvfs_rename.c +++ b/source4/ntvfs/posix/pvfs_rename.c @@ -72,7 +72,7 @@ NTSTATUS pvfs_do_rename(struct pvfs_state *pvfs, const struct pvfs_filename *nam } /* 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, -- cgit