aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-10-27 16:56:20 +0000
committerYang Tse <yangsita@gmail.com>2009-10-27 16:56:20 +0000
commit21af9bf1cd41393aedf546aef5d21a43219c9eca (patch)
tree2995a8c6e17b6fa075669c4f154b300969347ccb /ares/configure.ac
parentb2f430898053258622eebee3328f03441367a32c (diff)
Fix spelling
Diffstat (limited to 'ares/configure.ac')
-rw-r--r--ares/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/configure.ac b/ares/configure.ac
index 65c251558..42ccd496d 100644
--- a/ares/configure.ac
+++ b/ares/configure.ac
@@ -51,7 +51,7 @@ fi
AC_SUBST([EGREP])
dnl AR is mandatory for configure process and libtool.
-dnl This is target dependant, so check it as a tool.
+dnl This is target dependent, so check it as a tool.
AC_PATH_TOOL([AR], [ar], [not_found],
[$PATH:/usr/bin:/usr/local/bin])
if test -z "$AR" || test "$AR" = "not_found"; then