summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-17 00:47:28 -0500
committerChris McDonough <chrism@plope.com>2012-01-17 00:47:28 -0500
commit3d9ab4d9d895f0b760f2dcf300e176de6b355f88 (patch)
treeebe32aa23b59d1afeaa491d74b1d0c669680199c
parent39d1841846c321a290af0b3f69d549a1eb41a02e (diff)
parent60532a9602e680b1b240655900df787e34bd7068 (diff)
downloadwaitress-3d9ab4d9d895f0b760f2dcf300e176de6b355f88.tar.gz
Merge branch 'master' of github.com:Pylons/waitress
-rw-r--r--waitress/task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/waitress/task.py b/waitress/task.py
index 9a2b01c..41e9cf3 100644
--- a/waitress/task.py
+++ b/waitress/task.py
@@ -422,7 +422,7 @@ class WSGITask(Task):
# to service content-length
self.close_on_finish = True
self.logger.warning(
- 'appplication returned too few bytes (%s) '
+ 'application returned too few bytes (%s) '
'for specified Content-Length (%s) via app_iter' % (
self.content_bytes_written, cl),
)