[Cmake-commits] [cmake-commits] david.cole committed cmFileCommand.h 1.38 1.39

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Aug 23 13:47:26 EDT 2008


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

Modified Files:
	cmFileCommand.h 
Log Message:
BUG: Correct typo in documentation: or -> of


Index: cmFileCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFileCommand.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -C 2 -d -r1.38 -r1.39
*** cmFileCommand.h	23 Aug 2008 17:33:13 -0000	1.38
--- cmFileCommand.h	23 Aug 2008 17:47:24 -0000	1.39
***************
*** 128,132 ****
        "it will traverse all the subdirectories of the matched directory and "
        "match the files. Subdirectories that are symlinks are traversed by "
!       "default to match the behavior or older CMake releases. Use "
        "RECURSE_SYMLINKS_OFF to prevent recursion through symlinks.\n"
        "Examples of recursive globbing include:\n"
--- 128,132 ----
        "it will traverse all the subdirectories of the matched directory and "
        "match the files. Subdirectories that are symlinks are traversed by "
!       "default to match the behavior of older CMake releases. Use "
        "RECURSE_SYMLINKS_OFF to prevent recursion through symlinks.\n"
        "Examples of recursive globbing include:\n"



More information about the Cmake-commits mailing list