summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMoshe Kaplan <me@moshekaplan.com>2017-01-29 14:04:26 -0500
committerPeter Wu <peter@lekensteyn.nl>2017-01-29 19:08:55 +0000
commit9b7ccdc8cc94a813ceee0b6484428951580f3d0d (patch)
treededff1ade48fb5a0387807da73e97acead6ddd05 /autogen.sh
parent4aa8d58911615f4649ad8bf0c2d8b0e164f14583 (diff)
downloadwireshark-9b7ccdc8cc94a813ceee0b6484428951580f3d0d.tar.gz
Fix typo in autogen.sh
Change-Id: I7048dc9bf49a1e83302563db269c6a89a17c6df0 Reviewed-on: https://code.wireshark.org/review/19843 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f33565d66f..ddf4dedaf1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -26,7 +26,7 @@ DIE=true
PROJECT="Wireshark"
# If you are going to use the non-default name for automake becase your OS
-# installaion has multiple versions, you need to call both aclocal and automake
+# installation has multiple versions, you need to call both aclocal and automake
# with that version number, as they come from the same package.
#AM_VERSION='-1.8'