[Cmake-commits] [cmake-commits] alex committed cmake.cxx 1.418 1.419

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jul 31 16:11:30 EDT 2009


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

Modified Files:
	cmake.cxx 
Log Message:
DOCS: fix typo (#9231)

Alex


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.418
retrieving revision 1.419
diff -C 2 -d -r1.418 -r1.419
*** cmake.cxx	28 Jul 2009 14:47:02 -0000	1.418
--- cmake.cxx	31 Jul 2009 20:11:28 -0000	1.419
***************
*** 386,390 ****
          std::cerr << "Parse error in command line argument: " << arg << "\n"
                    << "Should be: VAR:type=value\n";
!         cmSystemTools::Error("No cmake scrpt provided.");
          return false;
          }
--- 386,390 ----
          std::cerr << "Parse error in command line argument: " << arg << "\n"
                    << "Should be: VAR:type=value\n";
!         cmSystemTools::Error("No cmake script provided.");
          return false;
          }



More information about the Cmake-commits mailing list