diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-04-23 09:21:02 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-04-23 09:21:02 +0200 |
commit | 47e169e7a46dd0932ede5225768aa666730820f1 (patch) | |
tree | a32f09c653b938b6e83ada8552c6fc56ad53bc86 /configure.ac | |
parent | 25db8fa0d464ffa09a68a1ded1778e581c1eb0a5 (diff) | |
download | curl-47e169e7a46dd0932ede5225768aa666730820f1.tar.gz |
configure: fix typo in TLS error message
Reported-by: Pontus Lundkvist
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 033e30986..8b3ff904c 100755 --- a/configure.ac +++ b/configure.ac @@ -265,7 +265,7 @@ dnl If no TLS choice has been made, check if it was explicitly disabled or dnl error out to force the user to decide. if test -z "$TLSCHOICE"; then if test "x$OPT_SSL" != "xno"; then - AC_MSG_ERROR([select TLS backend(s) or disble TLS with --without-ssl. + AC_MSG_ERROR([select TLS backend(s) or disable TLS with --without-ssl. Select from these: |