From 215e0c4cbc45741035056595a2bfe25bf47dd0b6 Mon Sep 17 00:00:00 2001 From: Unbit Date: Mon, 30 Sep 2013 09:26:58 +0200 Subject: [PATCH] typos --- plugins/python/wsgi_subhandler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python/wsgi_subhandler.c b/plugins/python/wsgi_subhandler.c index 0b03d605..b2851b49 100644 --- a/plugins/python/wsgi_subhandler.c +++ b/plugins/python/wsgi_subhandler.c @@ -11,7 +11,7 @@ extern PyTypeObject uwsgi_InputType; expect from a WSGI callable, we use the buffer api to optimize for lower-level returns type: bytes, bytearray, array.array - the "strict" can behavhiour can be forced with --wsgi-strict + the "strict" behaviour can be forced with --wsgi-strict */