From b929cee14c25715175d9619dd25f13913a4d939a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 9 Nov 2010 12:48:05 +0000 Subject: [PATCH] - fix typos git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40097 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/tests/assertSoftware.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py index 99315a74f7..cc67bc10fb 100644 --- a/buildout/tests/assertSoftware.py +++ b/buildout/tests/assertSoftware.py @@ -81,13 +81,13 @@ print sys.version_info[:2] os.unlink(name) def test_use_generated_python_as_normal_interpreter(self): - """Checks behabiour of generated python as interpreter""" + """Checks behaviour of generated python as interpreter""" stdout, stderr = subprocess.Popen(["bin/python2.4", "-V"], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate() self.assertTrue('Python 2.4' in stderr) def test_required_libraries(self): - """Checks possiblity of importing libraries""" + """Checks possibility of importing libraries""" ignored_library_list = getCleanList(""" socks """) -- 2.30.9