From 356459635939cc74776396dd23d9438aef585f48 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 15 Nov 2016 21:30:45 -0400 Subject: typo --- UI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UI.hs') diff --git a/UI.hs b/UI.hs index 4212468..6cab667 100644 --- a/UI.hs +++ b/UI.hs @@ -23,7 +23,7 @@ selectUI needgui ok <- isAvailable zenityUI if ok then return zenityUI - else error "zenitty is not installed, GUI not available" + else error "zenity is not installed, GUI not available" | otherwise = do l <- availableUIs case l of -- cgit v1.2.3