summaryrefslogtreecommitdiffstats
path: root/Source/cmLoadCacheCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 19:41:10 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-11-16 19:41:10 (GMT)
commit25b26ae808fc449f0b18cad37d74a1d021f0d753 (patch)
treeda91e5c876d6752656a06ea130937a18802e603f /Source/cmLoadCacheCommand.h
parent034218935651bbc5e64171aea010d7df0612e535 (diff)
downloadCMake-25b26ae808fc449f0b18cad37d74a1d021f0d753.zip
CMake-25b26ae808fc449f0b18cad37d74a1d021f0d753.tar.gz
CMake-25b26ae808fc449f0b18cad37d74a1d021f0d753.tar.bz2
STYLE: fix docs
Diffstat (limited to 'Source/cmLoadCacheCommand.h')
-rw-r--r--Source/cmLoadCacheCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmLoadCacheCommand.h b/Source/cmLoadCacheCommand.h
index 24892bb..f752c95 100644
--- a/Source/cmLoadCacheCommand.h
+++ b/Source/cmLoadCacheCommand.h
@@ -73,10 +73,10 @@ public:
"that depends on another project built in a different tree. "
"EXCLUDE option can be used to provide a list of entries to be "
"excluded. "
- "INCLUDE_INTERNALS can be used to provide a list of internal entries"
- "to be included. Normally, no internal entries are brougt in. Use "
+ "INCLUDE_INTERNALS can be used to provide a list of internal entries "
+ "to be included. Normally, no internal entries are brought in. Use "
"of this form of the command is strongly discouraged, but it is "
- "provided for backward compatability.";
+ "provided for backward compatibility.";
}
cmTypeMacro(cmLoadCacheCommand, cmCommand);