summary refs log tree commit diff stats
path: root/lib/core/macros.nim
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 /lib/core/macros.nim
parentd8c4c576372f63219b90203a71855c93a10ddda3 (diff)
downloadNim-c95f6f117a665bc6d3d64ae8703459759973f63f.tar.gz
Fix typos
Diffstat (limited to 'lib/core/macros.nim')
-rw-r--r--lib/core/macros.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim
index 4c561df70..ddbd7a76f 100644
--- a/lib/core/macros.nim
+++ b/lib/core/macros.nim
@@ -76,7 +76,7 @@ type
   TNimrodTypeKind* = enum
     ntyNone, ntyBool, ntyChar, ntyEmpty,
     ntyArrayConstr, ntyNil, ntyExpr, ntyStmt,
-    ntyTypeDesc, ntyGenericInvokation, ntyGenericBody, ntyGenericInst,
+    ntyTypeDesc, ntyGenericInvocation, ntyGenericBody, ntyGenericInst,
     ntyGenericParam, ntyDistinct, ntyEnum, ntyOrdinal,
     ntyArray, ntyObject, ntyTuple, ntySet,
     ntyRange, ntyPtr, ntyRef, ntyVar,