summaryrefslogtreecommitdiffhomepage
path: root/VirtualTerminal.hs
diff options
context:
space:
mode:
Diffstat (limited to 'VirtualTerminal.hs')
-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