# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 14:06:11 # Node ID 4b082a731e76a1738f35bf7a2641878365add344 # Parent f95725c5d450da469dc395b3e5881768062d3bb9 spelling: meaningful 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 @@ -1,6 +1,6 @@ """ Module provides a class allowing to wrap communication over subprocess.Popen -input, output, error streams into a meaningfull, non-blocking, concurrent +input, output, error streams into a meaningful, non-blocking, concurrent stream processor exposing the output data as an iterator fitting to be a return value passed by a WSGI application to a WSGI server per PEP 3333.