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 */