summaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index d671050..6444058 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -297,7 +297,7 @@ options =
"default timeout in seconds with microsecond precision"
, Option ['g'] ["gdb"]
(NoArg (\opts -> opts { optGDB = True }))
- "run GDB and attach spawned pracesses"
+ "run GDB and attach spawned processes"
]
main :: IO ()