summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
authormfxmfx <test@oberhumer.com>2017-01-11 13:40:10 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-01-11 13:40:10 +0100
commit86993721095b3ddfb5e473e8f4d52084c18422ba (patch)
tree52036be8121fbae7852184ca50a412b7537f1775 /compiler/options.nim
parentd356c37185acdb7dec1feff5454209612e9ea9ad (diff)
downloadNim-86993721095b3ddfb5e473e8f4d52084c18422ba.tar.gz
Correct the spelling of the word 'overridden'. (#5212)
Diffstat (limited to 'compiler/options.nim')
-rw-r--r--compiler/options.nim2
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: