summaryrefslogtreecommitdiff
path: root/Source/cmIncludeCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 14:11:09 -0500
committerKen Martin <ken.martin@kitware.com>2005-11-16 14:11:09 -0500
commitd1840f2e57b3def401d9a895f804a559c50b0287 (patch)
tree2474d2702bb1a47764dffb28273264287bfa73be /Source/cmIncludeCommand.h
parent69d931f643cf2b184394544947f1eea48fc46698 (diff)
downloadcmake-d1840f2e57b3def401d9a895f804a559c50b0287.tar.gz
STYLE: fix docs
Diffstat (limited to 'Source/cmIncludeCommand.h')
-rw-r--r--Source/cmIncludeCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIncludeCommand.h b/Source/cmIncludeCommand.h
index 2a7a726c9d..8fc9833bdf 100644
--- a/Source/cmIncludeCommand.h
+++ b/Source/cmIncludeCommand.h
@@ -74,7 +74,7 @@ public:
"are processed immediately as if they were written in place of the "
"INCLUDE command. If OPTIONAL is present, then no error "
"is raised if the file does not exist.\n"
- "If module is specified instead of file, the file with name "
+ "If a module is specified instead of a file, the file with name "
"<modulename>.cmake is searched in the CMAKE_MODULE_PATH.";
}