aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-12 14:23:08 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2022-02-25 11:41:34 +0200
commit2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e (patch)
tree116b218684dfe4a22f30df9f6a9cf9edf7249981 /configure.ac
parent45416356ed7dc5551cda491c01a4d7df1ed97a20 (diff)
downloadtor-2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e.tar.gz
tor-2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e.zip
Fix typos
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 24a373ab2f..e0fb7231f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -457,7 +457,7 @@ AM_CONDITIONAL(BUILD_HTML_DOCS, [test "x$enable_html_manual" != "xno"])
AM_PROG_CC_C_O
dnl Before autoconf 2.70, AC_PROG_CC_C99 is supposedly necessary for some
-dnl compilers if you wan't C99 support. Starting with 2.70, it is obsolete and
+dnl compilers if you want C99 support. Starting with 2.70, it is obsolete and
dnl forbidden.
m4_version_prereq([2.70], [:], [AC_PROG_CC_C99])