[Erp5-report] r14624 - /erp5/trunk/utils/oood/runserw.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat May 26 11:51:35 CEST 2007


Author: bartek
Date: Sat May 26 11:51:34 2007
New Revision: 14624

URL: http://svn.erp5.org?rev=14624&view=rev
Log:
a typo

Modified:
    erp5/trunk/utils/oood/runserw.py

Modified: erp5/trunk/utils/oood/runserw.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/runserw.py?rev=14624&r1=14623&r2=14624&view=diff
==============================================================================
--- erp5/trunk/utils/oood/runserw.py (original)
+++ erp5/trunk/utils/oood/runserw.py Sat May 26 11:51:34 2007
@@ -129,7 +129,7 @@
     import config
     # check if we have tmp dir and it is writeable
     if not os.access(os.path.join(config.oood_home, 'tmp'), os.W_OK):
-      message = 'ERROR: A tmp subdirectory must exit and must be writeable!!!'
+      message = 'ERROR: A tmp subdirectory must exist and must be writeable!!!'
       Log.info(message)
       print message
       sys.exit(1)




More information about the Erp5-report mailing list