diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2021-11-12 14:23:08 +0200 |
---|---|---|
committer | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2022-02-25 11:41:34 +0200 |
commit | 2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e (patch) | |
tree | 116b218684dfe4a22f30df9f6a9cf9edf7249981 /configure.ac | |
parent | 45416356ed7dc5551cda491c01a4d7df1ed97a20 (diff) | |
download | tor-2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e.tar.gz tor-2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e.zip |
Fix typos
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |