aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2013-03-06 09:53:38 -0500
committerAndrew Dunstan <andrew@dunslane.net>2013-03-06 09:53:38 -0500
commitcd340ca89a06d6386f1af3b519db6f77c21ac84e (patch)
treef60841855ba34006b21e993169f6bc9f648434f3 /src
parent71ea7e9737c1817cfa1747b181b27e73ce620f3b (diff)
downloadpostgresql-cd340ca89a06d6386f1af3b519db6f77c21ac84e.tar.gz
postgresql-cd340ca89a06d6386f1af3b519db6f77c21ac84e.zip
Fix message typo.
Diffstat (limited to 'src')
-rw-r--r--src/tools/msvc/vcregress.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/vcregress.pl b/src/tools/msvc/vcregress.pl
index 1f95d9f08d6..c0f9fc674cb 100644
--- a/src/tools/msvc/vcregress.pl
+++ b/src/tools/msvc/vcregress.pl
@@ -268,7 +268,7 @@ sub upgradecheck
installcheck();
# now we can chdir into the source dir
chdir "$topdir/contrib/pg_upgrade";
- print "\nDuming old cluster\n\n";
+ print "\nDumping old cluster\n\n";
system("pg_dumpall -f $tmp_root/dump1.sql") == 0 or exit 1;
print "\nStopping old cluster\n\n";
system("pg_ctl -m fast stop") == 0 or exit 1;