[CMake] STYLE: Typo in cmRemoveDefinitionsCommand.h
Mathieu Malaterre
mathieu.malaterre at gmail.com
Thu Jun 14 03:41:55 EDT 2007
$ cvs di cmRemoveDefinitionsCommand.h
Index: cmRemoveDefinitionsCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmRemoveDefinitionsCommand.h,v
retrieving revision 1.3
diff -u -r1.3 cmRemoveDefinitionsCommand.h
--- cmRemoveDefinitionsCommand.h 10 Mar 2006 16:13:14 -0000 1.3
+++ cmRemoveDefinitionsCommand.h 14 Jun 2007 07:41:22 -0000
@@ -66,7 +66,7 @@
" REMOVE_DEFINITIONS(-DFOO -DBAR ...)\n"
"Removes flags from command line of C and C++ compilers. "
"This command can be used to remove any flag from a compile line, "
- "but the -D flag is accepted most C/C++ compilers. "
+ "but the -D flag is accepted by most C/C++ compilers. "
"Other flags may not be as portable.";
}
--
Mathieu
More information about the CMake
mailing list