summaryrefslogtreecommitdiffhomepage
path: root/UI.hs
diff options
context:
space:
mode:
Diffstat (limited to 'UI.hs')
-rw-r--r--UI.hs2
1 files changed, 1 insertions, 1 deletions
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