From a5ad378893651ad8819ef0cf1ea4ec50d54de97d Mon Sep 17 00:00:00 2001 From: Davor Lozic Date: Fri, 4 Nov 2016 14:21:33 +0100 Subject: [PATCH] Fix small typo --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 7af48637..e99dc5b3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -20,7 +20,7 @@ # Script to generate all required files from fresh git checkout. -# Debian and Ubuntu do not shipt libtool anymore, but OSX does not ship libtoolize. +# Debian and Ubuntu do not ship libtool anymore, but OSX does not ship libtoolize. command -v libtoolize >/dev/null 2>&1 if [ $? -ne 0 ]; then command -v libtool >/dev/null 2>&1