# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 05:05:03 # Node ID 5be4d5cb57a9aada2ccae9de52c0348f23fcf0e2 # Parent 84d2a9aaa1a44200a1f9b3edd31f4b2ed8ce7fe9 spelling: application diff --git a/kallithea/lib/vcs/subprocessio.py b/kallithea/lib/vcs/subprocessio.py --- a/kallithea/lib/vcs/subprocessio.py +++ b/kallithea/lib/vcs/subprocessio.py @@ -2,7 +2,7 @@ Module provides a class allowing to wrap communication over subprocess.Popen input, output, error streams into a meaningfull, non-blocking, concurrent stream processor exposing the output data as an iterator fitting to be a -return value passed by a WSGI applicaiton to a WSGI server per PEP 3333. +return value passed by a WSGI application to a WSGI server per PEP 3333. Copyright (c) 2011 Daniel Dotsenko