[backport] Fix spelling typos (#12755)

This commit is contained in:
Brian Wignall
2019-11-28 02:30:55 -05:00
committed by Miran
parent fd85a5ae05
commit a7aeabb9d2
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, "tassert2.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