summaryrefslogtreecommitdiffhomepage
path: root/UI.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-11-15 21:30:45 -0400
committerJoey Hess <joeyh@joeyh.name>2016-11-15 21:30:45 -0400
commit356459635939cc74776396dd23d9438aef585f48 (patch)
tree7a8fe0a149416c308eb8830a058734e011eb398e /UI.hs
parent8500c27f1d912627647e036a5220b0607108ee92 (diff)
downloadkeysafe-356459635939cc74776396dd23d9438aef585f48.tar.gz
typo
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