From: Roger Dingledine Date: Thu, 3 Feb 2005 07:26:12 +0000 (+0000) Subject: fix typo X-Git-Tag: tor-0.1.0.1-rc~331 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1145da1e8a25fa5a541dd190b6b6120fcae24359;p=thirdparty%2Ftor.git fix typo svn:r3509 --- diff --git a/configure.in b/configure.in index 5fdbeec678..1dd4eb02f7 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