Fix minor spelling errors in the code.

This commit is contained in:
Harlan Lieberman-Berg
2015-09-05 22:35:34 -04:00
parent d8e2ee0758
commit dc4cc23377
12 changed files with 13 additions and 13 deletions
@@ -23,7 +23,7 @@ class IPluginProxy(zope.interface.Interface):
def cleanup_from_tests():
"""Performs any necessary cleanup from running plugin tests.
This is guarenteed to be called before the program exits.
This is guaranteed to be called before the program exits.
"""