summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2015-02-15 16:06:06 +0000
committerFederico Ceratto <federico.ceratto@gmail.com>2015-02-15 16:06:06 +0000
commitc95f6f117a665bc6d3d64ae8703459759973f63f (patch)
tree21df380c373960c77b8bb19eb415578f1556c953 /doc
parentd8c4c576372f63219b90203a71855c93a10ddda3 (diff)
downloadNim-c95f6f117a665bc6d3d64ae8703459759973f63f.tar.gz
Fix typos
Diffstat (limited to 'doc')
-rw-r--r--doc/advopt.txt2
-rw-r--r--doc/idetools.txt6
-rw-r--r--doc/intern.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index ae474afc6..197c0d7da 100644
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -18,7 +18,7 @@ Advanced commands:
                             track a file, currently not saved to disk
     --suggest               suggest all possible symbols at position
     --def                   list all possible definitions at position
-    --context               list possible invokation context
+    --context               list possible invocation context
     --usages                list all usages of the symbol at position
     --eval                  evaluates an expression
   //serve                   start the compiler as a service mode (CAAS)
diff --git a/doc/idetools.txt b/doc/idetools.txt
index 48197f8bf..81de9598c 100644
--- a/doc/idetools.txt
+++ b/doc/idetools.txt
@@ -27,7 +27,7 @@ integrations <https://github.com/Araq/Nim/wiki/Editor-Support>`_
 already available.
 
 
-Idetools invokation
+Idetools invocation
 ===================
 
 Specifying the location of the query
@@ -35,7 +35,7 @@ Specifying the location of the query
 
 All of the available idetools commands require you to specify a
 query location through the ``--track`` or ``--trackDirty`` switches.
-The general idetools invokations are::
+The general idetools invocations are::
 
     nim idetools --track:FILE,LINE,COL <switches> proj.nim
 
@@ -129,7 +129,7 @@ the suggestions sorted first by scope (from innermost to outermost)
 and then by item name.
 
 
-Invokation context
+Invocation context
 ------------------
 
 The ``--context`` idetools switch is very similar to the suggestions
diff --git a/doc/intern.txt b/doc/intern.txt
index a103703d7..93dcce059 100644
--- a/doc/intern.txt
+++ b/doc/intern.txt
@@ -236,7 +236,7 @@ too. Type converters fall into this category:
 
 If in the above example module ``B`` is re-compiled, but ``A`` is not then
 ``B`` needs to be aware of ``toBool`` even though  ``toBool`` is not referenced
-in ``B`` *explicitely*. 
+in ``B`` *explicitly*. 
 
 Both the multi method and the type converter problems are solved by storing 
 them in special sections in the ROD file that are loaded *unconditionally*