diff options
author | mfxmfx <test@oberhumer.com> | 2017-01-11 13:40:10 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-01-11 13:40:10 +0100 |
commit | 86993721095b3ddfb5e473e8f4d52084c18422ba (patch) | |
tree | 52036be8121fbae7852184ca50a412b7537f1775 /compiler/options.nim | |
parent | d356c37185acdb7dec1feff5454209612e9ea9ad (diff) | |
download | Nim-86993721095b3ddfb5e473e8f4d52084c18422ba.tar.gz |
Correct the spelling of the word 'overridden'. (#5212)
Diffstat (limited to 'compiler/options.nim')
-rw-r--r-- | compiler/options.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index e7c9346a7..746ee9044 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -200,7 +200,7 @@ proc getOutFile*(filename, ext: string): string = proc getPrefixDir*(): string = ## Gets the prefix dir, usually the parent directory where the binary resides. ## - ## This is overrided by some tools (namely nimsuggest) via the ``gPrefixDir`` + ## This is overridden by some tools (namely nimsuggest) via the ``gPrefixDir`` ## global. if gPrefixDir != "": result = gPrefixDir else: |