Howdy,

I'm attaching a (very small) patch that corrects a minor verbiage issue I
encountered during normal fossil usage.

Please review and thanks for creating fossil :)

/Chris

-- 
Christopher M. Fuhrman
[email protected]


Index: src/merge.c
==================================================================
--- src/merge.c
+++ src/merge.c
@@ -644,11 +644,11 @@
     fossil_warning("WARNING: %d unmanaged files were overwritten",
                    nOverwrite);
   }
   if( dryRunFlag ){
     fossil_warning("REMINDER: this was a dry run -"
-                   " no file were actually changed.");
+                   " no files were actually changed.");
   }
 
   /*
   ** Clean up the mid and pid VFILE entries.  Then commit the changes.
   */

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to