if expire_jane_age:
asserter.assert_(
# it has to unexpire jane.name, because jane is not fully
- # expired and the critieria needs to look at this particular
+ # expired and the criteria needs to look at this particular
# key
CompiledSQL(
"SELECT users.age_int AS users_age_int, "
else:
asserter.assert_(
# it has to unexpire jane.name, because jane is not fully
- # expired and the critieria needs to look at this particular
+ # expired and the criteria needs to look at this particular
# key
CompiledSQL(
"SELECT users.name AS users_name FROM users "