From 25283ea2625f894fbc5a10644151dccfa491cfa0 Mon Sep 17 00:00:00 2001 From: Chris Streeter Date: Tue, 19 Feb 2013 18:18:41 -0800 Subject: [PATCH] Fix a Typo --- gunicorn/app/wsgiapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/app/wsgiapp.py b/gunicorn/app/wsgiapp.py index 5ec26f4f..b469ab7d 100644 --- a/gunicorn/app/wsgiapp.py +++ b/gunicorn/app/wsgiapp.py @@ -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