changeset 5849:4b082a731e76

spelling: meaningful
author timeless@gmail.com
date Tue, 03 May 2016 12:06:11 +0000
parents f95725c5d450
children f8a3a2c8687b
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 12:04:00 2016 +0000
+++ b/kallithea/lib/vcs/subprocessio.py	Tue May 03 12:06:11 2016 +0000
@@ -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.