[backport] Fix spelling typos (#12755)

(cherry picked from commit a7aeabb9d2)
This commit is contained in:
Brian Wignall
2019-11-28 02:30:55 -05:00
committed by narimiran
parent d0e8ad17b5
commit 10935a71ed
10 changed files with 18 additions and 18 deletions

View File

@@ -118,7 +118,7 @@ block: ## checks for issue https://github.com/nim-lang/Nim/issues/9301
# used to const fold as false
checkMsg(e.msg, "tfailedassert.nim(116, 14) `1 + 1 == 3` ", "test10")
block: ## checks AST isnt' transformed as it used to
block: ## checks AST isn't transformed as it used to
let a = 1
try:
doAssert a > 1