summary refs log tree commit diff stats
path: root/lib/deprecated/pure/parseopt2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/deprecated/pure/parseopt2.nim')
-rw-r--r--lib/deprecated/pure/parseopt2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/deprecated/pure/parseopt2.nim b/lib/deprecated/pure/parseopt2.nim
index 9fd6cd2c7..e57b7e2c9 100644
--- a/lib/deprecated/pure/parseopt2.nim
+++ b/lib/deprecated/pure/parseopt2.nim
@@ -42,7 +42,7 @@ type
                               ## the option was given a value
 
 proc initOptParser*(cmdline: seq[string]): OptParser {.rtl.} =
-  ## Initalizes option parses with cmdline. cmdline should not contain
+  ## Initializes option parses with cmdline. cmdline should not contain
   ## argument 0 - program name.
   ## If cmdline.len == 0 default to current command line arguments.
   result.remainingShortOptions = ""