From a609d192b6b6b3f4f485d027cbb57900f268591b Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 6 Nov 2007 08:56:54 -0600 Subject: [PATCH] Fix typo in installer script --- misc/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/install.sh b/misc/install.sh index baf05192ec..006a7cf604 100755 --- a/misc/install.sh +++ b/misc/install.sh @@ -112,7 +112,7 @@ check_ret wget if [[ $OS == windows-nt ]] ; then wget http://factorcode.org/dlls/freetype6.dll check_ret - wget http://factorcode.org/dlls/zlib1.dla + wget http://factorcode.org/dlls/zlib1.dll check_ret fi