aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2017-11-27 09:24:14 +0100
committerMagnus Hagander <magnus@hagander.net>2017-11-27 09:29:03 +0100
commitd3aeaba9ee057444b3f951039c743ab961a20726 (patch)
treee6a7a315724e1899b16320820cfce90a84878328 /src
parentc0ef3af4ebf2dcc2de8edf87be69cd7773dc0f8d (diff)
downloadpostgresql-d3aeaba9ee057444b3f951039c743ab961a20726.tar.gz
postgresql-d3aeaba9ee057444b3f951039c743ab961a20726.zip
Fix typo in comment
Andreas Karlsson
Diffstat (limited to 'src')
-rw-r--r--src/tools/msvc/config_default.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/config_default.pl b/src/tools/msvc/config_default.pl
index e50be7e42d2..5a940bbd563 100644
--- a/src/tools/msvc/config_default.pl
+++ b/src/tools/msvc/config_default.pl
@@ -17,7 +17,7 @@ our $config = {
extraver => undef, # --with-extra-version=<string>
nls => undef, # --enable-nls=<path>
tap_tests => undef, # --enable-tap-tests
- tcl => undef, # --with-tls=<path>
+ tcl => undef, # --with-tcl=<path>
perl => undef, # --with-perl
python => undef, # --with-python=<path>
openssl => undef, # --with-openssl=<path>