[pygccxml-commit] SF.net SVN: pygccxml: [1124] installers/install_gccxml.py
Brought to you by:
mbaas,
roman_yakovenko
|
From: <rom...@us...> - 2007-11-05 20:56:49
|
Revision: 1124
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1124&view=rev
Author: roman_yakovenko
Date: 2007-11-05 12:56:46 -0800 (Mon, 05 Nov 2007)
Log Message:
-----------
small spelling error fix
Modified Paths:
--------------
installers/install_gccxml.py
Modified: installers/install_gccxml.py
===================================================================
--- installers/install_gccxml.py 2007-11-05 20:53:07 UTC (rev 1123)
+++ installers/install_gccxml.py 2007-11-05 20:56:46 UTC (rev 1124)
@@ -99,7 +99,7 @@
!= os.path.realpath( gccxml_cvs_dir_path ):
utils.rmtree_safe( gccxml_cvs_dir_path )
shutil.copytree( config.setup_builder.gccxml_cvs_dir, gccxml_cvs_dir_path )
- utils.logger.info( 'coping gccxml directory - done' )
+ utils.logger.info( 'copying gccxml directory - done' )
#TODO: remove cvs files from the directory
utils.logger.info( 'archiving gccxml "%s" directory ' % gccxml_cvs_dir_path )
gccxml_tar_file = os.path.join( working_dir, config.archives.gccxml )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|