From 9b7ccdc8cc94a813ceee0b6484428951580f3d0d Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Sun, 29 Jan 2017 14:04:26 -0500 Subject: [PATCH] Fix typo in autogen.sh Change-Id: I7048dc9bf49a1e83302563db269c6a89a17c6df0 Reviewed-on: https://code.wireshark.org/review/19843 Reviewed-by: Peter Wu --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index f33565d66f2..ddf4dedaf19 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'