From cbd4c08fcfb7b0e8f9339078d88a9bc2a4c30697 Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Sun, 20 Jan 2002 00:06:48 -0500 Subject: [PATCH] Typo --- Source/cmLoadCacheCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLoadCacheCommand.h b/Source/cmLoadCacheCommand.h index 859cecdbe..7d23656e3 100644 --- a/Source/cmLoadCacheCommand.h +++ b/Source/cmLoadCacheCommand.h @@ -91,7 +91,7 @@ public: "LOAD_CACHE(pathToCacheFile [EXCLUDE entry1...] [INCLUDE_INTERNALS entry1...])\n" "Load in the values from another cache. This is useful for a project " "that depends on another project built in a different tree." - "EXCLUDE option can be used to provide a list of entries to be included." + "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."; }