[cmake-commits] martink committed cmake.cxx 1.288 1.289

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Mar 12 12:30:38 EST 2007


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

Modified Files:
	cmake.cxx 
Log Message:
ENH: typo


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -d -r1.288 -r1.289
--- cmake.cxx	12 Mar 2007 16:40:34 -0000	1.288
+++ cmake.cxx	12 Mar 2007 17:30:35 -0000	1.289
@@ -801,7 +801,7 @@
     " line\n"
     << "  environment             - display the current enviroment\n"
     << "  make_directory dir      - create a directory\n"
-    << "  remeove file1 file2 ... - remove the file(s)\n"
+    << "  remove file1 file2 ...  - remove the file(s)\n"
     << "  tar [cxt][vfz] file.tar file/dir1 file/dir2 ... - create a tar.\n"
     << "  time command [args] ... - run command and return elapsed time\n"
 #if defined(_WIN32) && !defined(__CYGWIN__)



More information about the Cmake-commits mailing list