summary refs log tree commit diff stats
path: root/lib/pure/parseopt2.nim
diff options
context:
space:
mode:
authorSimon Schürrle <sitischu@hotmail.de>2017-11-01 17:14:01 +0100
committerGitHub <noreply@github.com>2017-11-01 17:14:01 +0100
commitdb67ee940d7cc48cffee3e9f4deac8de5cf4038c (patch)
tree57ee356443d551173fc3ee11339e9262820bf273 /lib/pure/parseopt2.nim
parentda6fe6ffd982ee1e7af6d773f0ed73febad83965 (diff)
downloadNim-db67ee940d7cc48cffee3e9f4deac8de5cf4038c.tar.gz
Fixed small typo in parseopt2.nim comment
Diffstat (limited to 'lib/pure/parseopt2.nim')
-rw-r--r--lib/pure/parseopt2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/parseopt2.nim b/lib/pure/parseopt2.nim
index 2e8dbe140..a2ff9bf0c 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