[Erp5-report] r40097 luke - /erp5/trunk/buildout/tests/assertSoftware.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 9 13:48:06 CET 2010


Author: luke
Date: Tue Nov  9 13:48:05 2010
New Revision: 40097

URL: http://svn.erp5.org?rev=40097&view=rev
Log:
 - fix typos

Modified:
    erp5/trunk/buildout/tests/assertSoftware.py

Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40097&r1=40096&r2=40097&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Tue Nov  9 13:48:05 2010
@@ -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
     """)




More information about the Erp5-report mailing list