[Checkins] SVN: zc.buildout/trunk/src/zc/buildout/testing.py - typo
Christian Theune
ct at gocept.com
Tue Feb 27 11:47:45 EST 2007
Log message for revision 72886:
- typo
Changed:
U zc.buildout/trunk/src/zc/buildout/testing.py
-=-
Modified: zc.buildout/trunk/src/zc/buildout/testing.py
===================================================================
--- zc.buildout/trunk/src/zc/buildout/testing.py 2007-02-27 16:47:28 UTC (rev 72885)
+++ zc.buildout/trunk/src/zc/buildout/testing.py 2007-02-27 16:47:44 UTC (rev 72886)
@@ -132,7 +132,7 @@
return e
raise ValueError(
- "Couldn't figure out the exectable for Python %(version)s.\n"
+ "Couldn't figure out the executable for Python %(version)s.\n"
"Set the environment variable PYTHON%(version)s to the location\n"
"of the Python %(version)s executable before running the tests."
)
More information about the Checkins
mailing list