# HG changeset patch # User timeless@gmail.com # Date 1462251903 0 # Node ID 5be4d5cb57a9aada2ccae9de52c0348f23fcf0e2 # Parent 84d2a9aaa1a44200a1f9b3edd31f4b2ed8ce7fe9 spelling: application diff -r 84d2a9aaa1a4 -r 5be4d5cb57a9 kallithea/lib/vcs/subprocessio.py --- a/kallithea/lib/vcs/subprocessio.py Tue May 03 05:04:44 2016 +0000 +++ b/kallithea/lib/vcs/subprocessio.py Tue May 03 05:05:03 2016 +0000 @@ -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