From eeb7637a6ee23feb8147581c7d28021a55154a42 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Sun, 28 Mar 2004 09:47:39 -0500 Subject: DOC: Fix comment --- Source/cmIncludeCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmIncludeCommand.h') diff --git a/Source/cmIncludeCommand.h b/Source/cmIncludeCommand.h index a3459595a9..8df9a36fed 100644 --- a/Source/cmIncludeCommand.h +++ b/Source/cmIncludeCommand.h @@ -81,7 +81,7 @@ public: "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 " - "module.cmake is searched in the CMAKE_MODULE_PATH."; + ".cmake is searched in the CMAKE_MODULE_PATH."; } cmTypeMacro(cmIncludeCommand, cmCommand); -- cgit v1.2.1