CVS User Account cvsuser
Wed Jun 1 16:09:46 PDT 2005
Log Message:
-----------
Fix typos in option descriptions - per Neil Conway

Modified Files:
--------------
    slony1-engine/src/slon:
        confoptions.h (r1.22 -> r1.23)

-------------- next part --------------
Index: confoptions.h
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/confoptions.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -Lsrc/slon/confoptions.h -Lsrc/slon/confoptions.h -u -w -r1.22 -r1.23
--- src/slon/confoptions.h
+++ src/slon/confoptions.h
@@ -124,8 +124,8 @@
 	{
 		{
 			(const char *)"sync_interval",
-			gettext_noop("sync even interval"),
-			gettext_noop("sync even interval in ms"),
+			gettext_noop("sync event interval"),
+			gettext_noop("sync event interval in ms"),
 			SLON_C_INT
 		},
 		&sync_interval,


More information about the Slony1-commit mailing list