[Cmake-commits] [cmake-commits] alex committed cmLocalUnixMakefileGenerator3.h 1.85 1.86 cmLocalUnixMakefileGenerator3.cxx 1.257 1.258

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 9 16:36:58 EST 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv30701

Modified Files:
	cmLocalUnixMakefileGenerator3.h 
	cmLocalUnixMakefileGenerator3.cxx 
Log Message:
STYLE: fix two typos in the comments, patch from Daniel DOT Teske AT Nokia DOT com, QtCreator developer

Alex


Index: cmLocalUnixMakefileGenerator3.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalUnixMakefileGenerator3.h,v
retrieving revision 1.85
retrieving revision 1.86
diff -C 2 -d -r1.85 -r1.86
*** cmLocalUnixMakefileGenerator3.h	2 Feb 2009 18:28:12 -0000	1.85
--- cmLocalUnixMakefileGenerator3.h	9 Feb 2009 21:36:56 -0000	1.86
***************
*** 283,287 ****
                                   std::set<cmStdString> &emitted);
  
!   // this method Writes the Directory informaiton files
    void WriteDirectoryInformationFile();
  
--- 283,287 ----
                                   std::set<cmStdString> &emitted);
  
!   // this method Writes the Directory information files
    void WriteDirectoryInformationFile();
  

Index: cmLocalUnixMakefileGenerator3.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalUnixMakefileGenerator3.cxx,v
retrieving revision 1.257
retrieving revision 1.258
diff -C 2 -d -r1.257 -r1.258
*** cmLocalUnixMakefileGenerator3.cxx	2 Feb 2009 18:28:12 -0000	1.257
--- cmLocalUnixMakefileGenerator3.cxx	9 Feb 2009 21:36:56 -0000	1.258
***************
*** 1977,1981 ****
    cmd += " ";
    
!   // Passg down verbosity level.
    if(this->GetMakeSilentFlag().size())
      {
--- 1977,1981 ----
    cmd += " ";
    
!   // Pass down verbosity level.
    if(this->GetMakeSilentFlag().size())
      {



More information about the Cmake-commits mailing list