diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-02-29 11:25:51 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2016-02-29 11:25:51 +0000 |
commit | d9cb85c2d81a447130307d0004b0ef515f3ff241 (patch) | |
tree | ef91d7dd981d91b4632cc1c9a0069d28a75464ce /compiler/sem.nim | |
parent | bd95bf58bfab31034db346d946e8e3b6bb5d19cc (diff) | |
download | Nim-d9cb85c2d81a447130307d0004b0ef515f3ff241.tar.gz |
Spellcheck
Diffstat (limited to 'compiler/sem.nim')
-rw-r--r-- | compiler/sem.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/sem.nim b/compiler/sem.nim index cddd763ce..e09d49f88 100644 --- a/compiler/sem.nim +++ b/compiler/sem.nim @@ -191,7 +191,7 @@ proc newSymG*(kind: TSymKind, n: PNode, c: PContext): PSym = proc semIdentVis(c: PContext, kind: TSymKind, n: PNode, allowed: TSymFlags): PSym - # identifier with visability + # identifier with visibility proc semIdentWithPragma(c: PContext, kind: TSymKind, n: PNode, allowed: TSymFlags): PSym proc semStmtScope(c: PContext, n: PNode): PNode |