From 50a53b99aa368b2d69aea5eb6545fb5fcd8aa2dd Mon Sep 17 00:00:00 2001
From: Mattias Andrée <maandree@operamail.com>
Date: Sun, 19 Aug 2012 03:16:13 +0200
Subject: misc

---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'configure')

diff --git a/configure b/configure
index fc6af15..2581660 100755
--- a/configure
+++ b/configure
@@ -77,7 +77,7 @@ for arg in "$@"; do
     elif [ "$opt" = '--without-fish' ]; then  installFish=''
     elif [ "$opt" = '--without-zsh'  ]; then  installZsh=''
     
-    elif [ "$opt" = "--with-everyting" ]; then
+    elif [ "$opt" = "--everything" ]; then
 	installPdf=' install-pdf'
 	installInfo=' install-info'
 	installMan=' install-man'
-- 
cgit