Fix a Typo

This commit is contained in:
Chris Streeter 2013-02-19 18:18:41 -08:00
parent fb4ffb269b
commit 25283ea262

View File

@ -27,7 +27,7 @@ class WSGIApplication(Application):
def run():
"""\
The ``gunicorn`` command line runner for launcing Gunicorn with
The ``gunicorn`` command line runner for launching Gunicorn with
generic WSGI applications.
"""
from gunicorn.app.wsgiapp import WSGIApplication