diff options
author | David Cole <david.cole@kitware.com> | 2008-08-23 17:47:24 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2008-08-23 17:47:24 (GMT) |
commit | 0f2fa9a27ffad748754fd0347e83a7b41d229eea (patch) | |
tree | 17efe967d2b9308111383ba75eafc75a78ffbd86 | |
parent | ccf603f0c2570247b97fb6289aa4990302ada3fb (diff) | |
download | CMake-0f2fa9a27ffad748754fd0347e83a7b41d229eea.zip CMake-0f2fa9a27ffad748754fd0347e83a7b41d229eea.tar.gz CMake-0f2fa9a27ffad748754fd0347e83a7b41d229eea.tar.bz2 |
BUG: Correct typo in documentation: or -> of
-rw-r--r-- | Source/cmFileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index 5d63fca..9343a63 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -127,7 +127,7 @@ public: "GLOB_RECURSE will generate similar list as the regular GLOB, except " "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 " + "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" " /dir/*.py - match all python files in /dir and subdirectories\n" |