changeset 5823:5be4d5cb57a9

spelling: application
author timeless@gmail.com
date Tue, 03 May 2016 05:05:03 +0000
parents 84d2a9aaa1a4
children 253e7d1ae48e
files kallithea/lib/vcs/subprocessio.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <dotsa[at]hotmail.com>