summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-05-21 19:25:41 -0400
committerJoey Hess <joeyh@joeyh.name>2017-05-21 19:25:41 -0400
commitc403619d1539c54c0c4af6243359957e064af2e7 (patch)
treed462deb7c0d528fd20be2ad724b28ded4088ac85
parent62a38315781fc9dce7e2a8affea69df605ade248 (diff)
downloaddebug-me-c403619d1539c54c0c4af6243359957e064af2e7.tar.gz
typo
-rw-r--r--VirtualTerminal.hs4
1 files 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