diff -r 78a2d1169be1 Lib/imp.py --- a/Lib/imp.py Tue Apr 14 11:21:26 2015 -0700 +++ b/Lib/imp.py Tue Apr 14 16:04:12 2015 -0400 @@ -131,7 +131,7 @@ class _HackedGetData: - """Compatibiilty support for 'file' arguments of various load_*() + """Compatibility support for 'file' arguments of various load_*() functions.""" def __init__(self, fullname, path, file=None):