From db67ee940d7cc48cffee3e9f4deac8de5cf4038c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sch=C3=BCrrle?= Date: Wed, 1 Nov 2017 17:14:01 +0100 Subject: [PATCH] Fixed small typo in parseopt2.nim comment --- lib/pure/parseopt2.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pure/parseopt2.nim b/lib/pure/parseopt2.nim index 2e8dbe1402..a2ff9bf0c0 100644 --- a/lib/pure/parseopt2.nim +++ b/lib/pure/parseopt2.nim @@ -35,7 +35,7 @@ type cmd: seq[string] pos: int remainingShortOptions: string - kind*: CmdLineKind ## the dected command line token + kind*: CmdLineKind ## the detected command line token key*, val*: TaintedString ## key and value pair; ``key`` is the option ## or the argument, ``value`` is not "" if ## the option was given a value