aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-02-03 07:26:12 +0000
committerRoger Dingledine <arma@torproject.org>2005-02-03 07:26:12 +0000
commit1145da1e8a25fa5a541dd190b6b6120fcae24359 (patch)
tree99cb443b928b848da10522c97003de1636f1e9a2 /configure.in
parentddd724ef94cbd77564ecba6662147eff99dd7dc1 (diff)
downloadtor-1145da1e8a25fa5a541dd190b6b6120fcae24359.tar
tor-1145da1e8a25fa5a541dd190b6b6120fcae24359.tar.gz
fix typo
svn:r3509
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5fdbeec67..1dd4eb02f 100644
--- a/configure.in
+++ b/configure.in
@@ -215,7 +215,7 @@ if test $tor_cv_null_is_zero = yes; then
fi
# Whether we should use the dmalloc memory allocation debugging library.
-AC_MSG_CHECKING(wether to use dmalloc (debug memory allocation library))
+AC_MSG_CHECKING(whether to use dmalloc (debug memory allocation library))
AC_ARG_WITH(dmalloc,
[ --with-dmalloc Use debug memory allocation library. ],
[if [[ "$withval" = "yes" ]]; then