CVS User Account cvsuser
Mon Sep 27 08:05:43 PDT 2004
Log Message:
-----------
Typo fix, noticed by Justin Clift

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

-------------- next part --------------
Index: confoptions.h
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/confoptions.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lsrc/slon/confoptions.h -Lsrc/slon/confoptions.h -u -w -r1.3 -r1.4
--- src/slon/confoptions.h
+++ src/slon/confoptions.h
@@ -93,8 +93,8 @@
         {
                 {
                         (const char *)"vac_frequency",                                                                /* conf name */
-                        gettext_noop("Sets how many cleanup cyclse to run before a vacum is done"),    /* short desc */
-                        gettext_noop("Sets how many cleanup cyclse to run before a vacum is done"),    /* long desc */
+                        gettext_noop("Sets how many cleanup cycles to run before a vacuum is done"),    /* short desc */
+                        gettext_noop("Sets how many cleanup cycles to run before a vacuum is done"),    /* long desc */
                         SLON_C_INT                                                                      /* config type */
                 },
                 &vac_frequency,                                                                         /* var name */


More information about the Slony1-commit mailing list