From dadc97d91e6ece6387195bdaad54baa9d3f0fc12 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 26 May 2020 14:49:33 +0200 Subject: [PATCH] typo --- compiler/semtypes.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/semtypes.nim b/compiler/semtypes.nim index 1aabe435f1..77da403fa5 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