summaryrefslogtreecommitdiff
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:53 +0100
commit510cc2e048f800e1764a6d6cbcf8fff4e3bda1fd (patch)
tree6dd9b19182951a1fcfd860d72a688e7af0a71dd9 /src
parent9773f0527ffed36fabe6b72130fe9e9dbad9605b (diff)
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 f046687bd06..5c8f88f96d6 100644
--- a/src/tools/msvc/config_default.pl
+++ b/src/tools/msvc/config_default.pl
@@ -18,7 +18,7 @@ our $config = {
gss => undef, # --with-gssapi=<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>