summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-11-01 19:45:25 +0000
committerGitHub <noreply@github.com>2017-11-01 19:45:25 +0000
commitef94bff84bce886ff574d47665a4ba4dd2415a00 (patch)
tree57ee356443d551173fc3ee11339e9262820bf273 /lib
parentda6fe6ffd982ee1e7af6d773f0ed73febad83965 (diff)
parentdb67ee940d7cc48cffee3e9f4deac8de5cf4038c (diff)
downloadNim-ef94bff84bce886ff574d47665a4ba4dd2415a00.tar.gz
Merge pull request #6670 from SitiSchu/patch-1
Fixed small typo in parseopt2.nim comment
Diffstat (limited to 'lib')
-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