aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-28 19:07:42 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-28 19:07:42 +0000
commit827de6ab6001a89938050fa534775855e945ff98 (patch)
tree751854083a395413eba11a93da368900e83bda6b /configure.in
parent7ec03d5f06dd42d91ceb0d85e8010483bb4fb19d (diff)
Fix typo reported by Jose Pedro Oliveira
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34273 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7927744a43..35e0a1837e 100644
--- a/configure.in
+++ b/configure.in
@@ -1525,7 +1525,7 @@ AC_SUBST(GEOIP_LIBS)
dnl Python devel Check
AC_ARG_WITH(python,
AC_HELP_STRING( [--with-python@<:@=DIR@:>@],
- [use python interpretor (installed in DIR, if supplied). @<:@default=yes@:>@ (EXPERIMENTAL)]),
+ [use python interpreter (installed in DIR, if supplied). @<:@default=yes@:>@ (EXPERIMENTAL)]),
[
pythondir='${libdir}/wireshark/python/${VERSION}'
if test "x$withval" = "xno"; then