CVS User Account cvsuser
Wed Aug 25 18:07:54 PDT 2004
Log Message:
-----------
Fix spelling of upgrade

Modified Files:
--------------
    slony1-engine/tools:
        slony_setup.pl (r1.12 -> r1.13)

-------------- next part --------------
Index: slony_setup.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/slony_setup.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -Ltools/slony_setup.pl -Ltools/slony_setup.pl -u -w -r1.12 -r1.13
--- tools/slony_setup.pl
+++ tools/slony_setup.pl
@@ -367,7 +367,7 @@
         print "\n\n$which connection successful\n";
 	if (check_version(which => $which))
         {
-          print "You need to upgrage PostgreSQL on $data{$which}{'hostname'}";
+          print "You need to upgrade PostgreSQL on $data{$which}{'hostname'}";
 	  clean_up();
         }
         get_databases(which => $which);


More information about the Slony1-commit mailing list