summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeremy Reed <jreed@isc.org>2008-11-10 15:37:32 +0000
committerJeremy Reed <jreed@isc.org>2008-11-10 15:37:32 +0000
commit26ef247fb68f453df05b82cd1c8be6865bf3b8d9 (patch)
treed82420790d9a9fa852a09826f75ca34caa036342 /configure.ac
parentd7ac7a275b5c32d2e3d3867bbf31b2063fe11d67 (diff)
downloadisc-dhcp-26ef247fb68f453df05b82cd1c8be6865bf3b8d9.tar.gz
Fix typo in help text.
This was reported by r.phillips@jkmrc.com on dhcp-users. I manually edited configure instead of running autoconf.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e14a20cf..7ace0b0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,7 +115,7 @@ AC_ARG_ENABLE(paranoia,
AC_HELP_STRING([--enable-paranoia],
[enable support for chroot/setuid (default is no)]))
AC_ARG_ENABLE(early_chroot,
- AC_HELP_STRING([--eanble-early-chroot],
+ AC_HELP_STRING([--enable-early-chroot],
[enable chrooting prior to configuration (default is no)]))
# If someone enables early chroot, but does not enable paranoia, do so for
# them.