]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo
authorRoger Dingledine <arma@torproject.org>
Thu, 3 Feb 2005 07:26:12 +0000 (07:26 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 3 Feb 2005 07:26:12 +0000 (07:26 +0000)
svn:r3509

configure.in

index 5fdbeec678374e3fa777490893b33c2a6eb99925..1dd4eb02f7ccea60afeb47f300a2905711240de4 100644 (file)
@@ -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