diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-11-21 12:23:54 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2018-11-21 12:24:41 +0100 |
commit | 2fcc4367bec4da65c1ebdb86fbe86216a9e9f90b (patch) | |
tree | 473e3d554ad3d0bdeefbb43cf7322b8de170b352 /m4 | |
parent | 549310e907e82e44c59548351d4c6ac4aaada114 (diff) | |
download | curl-2fcc4367bec4da65c1ebdb86fbe86216a9e9f90b.tar.gz |
configure: Fix typo in comment
Diffstat (limited to 'm4')
-rw-r--r-- | m4/curl-confopts.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/curl-confopts.m4 b/m4/curl-confopts.m4 index a0f477aad..20fcc5266 100644 --- a/m4/curl-confopts.m4 +++ b/m4/curl-confopts.m4 @@ -321,7 +321,7 @@ dnl ]) dnl CURL_CHECK_OPTION_RT dnl ------------------------------------------------- -dnl Verify if configure has been involed with option +dnl Verify if configure has been invoked with option dnl --disable-rt and set shell variable dontwant_rt dnl as appropriate. |