# HG changeset patch # User Jeff Hammel # Date 1330625772 28800 # Node ID bb69b82ddd17fb59ec8be2178beb3c82e8603efd # Parent 619b7612c7e92b3e81743cd2fb492d2e6333ed22 misspelling diff -r 619b7612c7e9 -r bb69b82ddd17 simpypi/wsgi.py --- a/simpypi/wsgi.py Thu Mar 01 10:03:11 2012 -0800 +++ b/simpypi/wsgi.py Thu Mar 01 10:16:12 2012 -0800 @@ -56,7 +56,7 @@ return exc.HTTPBadRequest() # sanity check: is it a file? (TODO) - if not hasattr(package, 'file') or not hastattr(package, 'filename'): + if not hasattr(package, 'file') or not hasattr(package, 'filename'): return exc.HTTPBadRequest() # successful response