From c403619d1539c54c0c4af6243359957e064af2e7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 21 May 2017 19:25:41 -0400 Subject: typo --- VirtualTerminal.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VirtualTerminal.hs b/VirtualTerminal.hs index 009f887..1edb061 100644 --- a/VirtualTerminal.hs +++ b/VirtualTerminal.hs @@ -10,11 +10,11 @@ import System.Directory import System.Process import System.Environment --- | Finds a virtual termianl program that looks like it will work +-- | Finds a virtual terminal program that looks like it will work -- to run a command with some parameters. -- -- Note that the parameters are exposed to the shell by some virtual --- termianls, but not by others. +-- terminals, but not by others. runInVirtualTerminal :: String -> String -> [String] -> IO (Maybe CreateProcess) runInVirtualTerminal title cmd params = do path <- getSearchPath -- cgit v1.2.3