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:28:40 +0100
commit4f2d0af1719e608a7d5d1e51620c4b914b3137fa (patch)
treea131cfa1b1393a0da14f782236b5f48d90c57eb7 /src
parent94fd57df30b802b6087a92ba1fa88fdfe5618390 (diff)
downloadpostgresql-4f2d0af1719e608a7d5d1e51620c4b914b3137fa.tar.gz
postgresql-4f2d0af1719e608a7d5d1e51620c4b914b3137fa.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 4d69dc2a2e4..d7a9fc50390 100644
--- a/src/tools/msvc/config_default.pl
+++ b/src/tools/msvc/config_default.pl
@@ -18,7 +18,7 @@ our $config = {
icu => undef, # --with-icu=<path>
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>