summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2020-05-26 14:49:33 +0200
committerAndreas Rumpf <rumpf_a@web.de>2020-05-26 14:49:44 +0200
commitdadc97d91e6ece6387195bdaad54baa9d3f0fc12 (patch)
tree263769ef25dad09aba148d7c4fb802951f9eec51 /compiler
parentb749d58ea1d77aab0ab758a17140ebc57e32f8c8 (diff)
downloadNim-dadc97d91e6ece6387195bdaad54baa9d3f0fc12.tar.gz
typo
Diffstat (limited to 'compiler')
-rw-r--r--compiler/semtypes.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/semtypes.nim b/compiler/semtypes.nim
index 1aabe435f..77da403fa 100644
--- a/compiler/semtypes.nim
+++ b/compiler/semtypes.nim
@@ -1291,7 +1291,7 @@ proc semProcTypeNode(c: PContext, n, genericParams: PNode,
     r = semTypeNode(c, n[0], nil)
 
   if r != nil and kind in {skMacro, skTemplate} and r.kind == tyTyped:
-    # XXX: To implement the propesed change in the warning, just
+    # XXX: To implement the proposed change in the warning, just
     # delete this entire if block. The rest is (at least at time of
     # writing this comment) already implemented.
     let info = n[0].info