Spellcheck

This commit is contained in:
Federico Ceratto
2016-02-29 11:25:51 +00:00
parent bd95bf58bf
commit d9cb85c2d8
15 changed files with 21 additions and 21 deletions

View File

@@ -2,7 +2,7 @@ import unittest
include nre
suite "Test NRE initialization":
test "correct intialization":
test "correct initialization":
check(re("[0-9]+") != nil)
check(re("(?i)[0-9]+") != nil)