diff options
author | Magnus Hagander <magnus@hagander.net> | 2017-11-27 09:24:14 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2017-11-27 09:29:03 +0100 |
commit | d3aeaba9ee057444b3f951039c743ab961a20726 (patch) | |
tree | e6a7a315724e1899b16320820cfce90a84878328 /src | |
parent | c0ef3af4ebf2dcc2de8edf87be69cd7773dc0f8d (diff) | |
download | postgresql-d3aeaba9ee057444b3f951039c743ab961a20726.tar.gz postgresql-d3aeaba9ee057444b3f951039c743ab961a20726.zip |
Fix typo in comment
Andreas Karlsson
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/msvc/config_default.pl | 2 |
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> |