Use the new names for the transmit-flag defines.
[rsync/rsync.git] / flist.c
diff --git a/flist.c b/flist.c
index 9f86521..6de758c 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -695,7 +695,7 @@ void receive_file_entry(struct file_struct **fptr, unsigned short flags, int f)
 }
 
 
-/* determine if a file in a different filesstem should be skipped
+/* determine if a file in a different filesystem should be skipped
    when one_file_system is set. We bascally only want to include
    the mount points - but they can be hard to find! */
 static int skip_filesystem(char *fname, STRUCT_STAT * st)