瀏覽代碼

fix typo

svn:r3509
Roger Dingledine 19 年之前
父節點
當前提交
1145da1e8a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.in

+ 1 - 1
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