# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 14:10:32 # Node ID bb391ccef19e55c278b4fbddeb461598c0b0ba61 # Parent 85822ccb7c327a41126ab597a3f3c7e9eeea9b9f spelling: precisely diff --git a/kallithea/tests/parameterized.py b/kallithea/tests/parameterized.py --- a/kallithea/tests/parameterized.py +++ b/kallithea/tests/parameterized.py @@ -81,7 +81,7 @@ def parameterized(input): else: args = [f] + list(args) # ... then yield that as a tuple. If those steps aren't - # followed precicely, Nose gets upset and doesn't run the test + # followed precisely, Nose gets upset and doesn't run the test # or doesn't run setup methods. yield tuple(args)