From b62c1839e3ae63e4237236f72d4ea80b1cc92485 Mon Sep 17 00:00:00 2001 From: Simon Lundmark Date: Sat, 5 Oct 2013 17:06:25 +0200 Subject: [PATCH] Fix typo in comment --- 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 e772cee3..9e2cd87e 100644 --- a/gunicorn/app/wsgiapp.py +++ b/gunicorn/app/wsgiapp.py @@ -64,7 +64,7 @@ class WSGIApplication(Application): def run(): """\ - The ``gunicorn`` command line runner for launching Ghunicorn with + The ``gunicorn`` command line runner for launching Gunicorn with generic WSGI applications. """ from gunicorn.app.wsgiapp import WSGIApplication