summary refs log tree commit diff stats
path: root/tests/manyloc
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-02-06 15:24:09 +0100
committerAndreas Rumpf <rumpf_a@web.de>2016-02-06 15:24:09 +0100
commit981974ab11fa30b5dc43b24eb20d2a7efccf8393 (patch)
tree226845110725cc2982757ebd17b0e749b389a0c9 /tests/manyloc
parent03f4aa23d767c3d4a37980377d757b4df90d6778 (diff)
parentf8d98700ac48423f399def1dbb2b4acca8b5c1fe (diff)
downloadNim-981974ab11fa30b5dc43b24eb20d2a7efccf8393.tar.gz
Merge pull request #3831 from ephja/nimrod-to-nim
nimrod -> nim
Diffstat (limited to 'tests/manyloc')
-rw-r--r--tests/manyloc/argument_parser/argument_parser.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manyloc/argument_parser/argument_parser.nim b/tests/manyloc/argument_parser/argument_parser.nim
index 060610ae0..97de552e3 100644
--- a/tests/manyloc/argument_parser/argument_parser.nim
+++ b/tests/manyloc/argument_parser/argument_parser.nim
@@ -1,4 +1,4 @@
-## Command line parsing module for Nimrod.
+## Command line parsing module for Nim.
 ##
 ## `Nim <http://nim-lang.org>`_ provides the `parseopt module
 ## <http://nim-lang.org/parseopt.html>`_ to parse options from the