From f119aa8264c9ebd76fab2c25d928b905ffcd8eaf Mon Sep 17 00:00:00 2001
From: Jonathan Lamothe <jlamothe1980@gmail.com>
Date: Tue, 25 Dec 2018 18:34:20 -0500
Subject: [PATCH] typo

---
 app/Main.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/Main.hs b/app/Main.hs
index 16ea177..853ac8a 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -115,7 +115,7 @@ addPassword' x = do
 
 viewEditPass :: S.StateT Status IO ()
 viewEditPass = menu "View/Edit Password"
-  [ ( "search servives", searchServ )
+  [ ( "search services", searchServ )
   , ( "list services",   listServ   )
   , ( "cancel",          mainMenu   )
   ]