diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2019-09-27 06:02:54 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-09-27 07:02:54 +0200 |
commit | 39290cf88c5047e86dc4894e3190c63d5985f56f (patch) | |
tree | f37c9e0a5491fb9b11266ce08bddc297b57f37fc /tests/macros | |
parent | 9dd297f613768bb170e05dcaf361015d9448c582 (diff) | |
download | Nim-39290cf88c5047e86dc4894e3190c63d5985f56f.tar.gz |
Fix spellings (#12277) [backport]
Diffstat (limited to 'tests/macros')
-rw-r--r-- | tests/macros/tmacro3.nim | 2 | ||||
-rw-r--r-- | tests/macros/ttemplatesymbols.nim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/macros/tmacro3.nim b/tests/macros/tmacro3.nim index a1dc4f371..38e8349e7 100644 --- a/tests/macros/tmacro3.nim +++ b/tests/macros/tmacro3.nim @@ -18,7 +18,7 @@ test: macro test2*(a: untyped): untyped = proc testproc(recurse: int) = - echo "Thats weird" + echo "That's weird" var o : NimNode = nil echo " no its not!" o = newNimNode(nnkNone) diff --git a/tests/macros/ttemplatesymbols.nim b/tests/macros/ttemplatesymbols.nim index 8d9c9ec02..280b34ff1 100644 --- a/tests/macros/ttemplatesymbols.nim +++ b/tests/macros/ttemplatesymbols.nim @@ -122,7 +122,7 @@ template overloadedTemplate(x: string) = """ inspectUntyped bindSym("overloadedTemplate"), """bindSym("overloadedTemplate")""" - # binSym is active only in the presense of `typed` params. + # binSym is active only in the presence of `typed` params. # `untyped` params still get the raw AST inspectSymbol normalProc, """ |