From 49b899a0ed2fa80b7042281834f46b9a38a24b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 18 Jan 2022 21:39:50 +0100 Subject: Fix typo in gdb option help text --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main.hs') 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 () -- cgit v1.2.3