summaryrefslogtreecommitdiffstats
path: root/Source/cmFindLibraryCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-02 18:43:39 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-02 18:43:39 (GMT)
commit6fadc10e01941a86e08a1dc02f9f16b8c231eb78 (patch)
treeba85a632aea94fbdd9864cac35e1d7c5cd2071eb /Source/cmFindLibraryCommand.cxx
parenta5825cd11af3a6def49c9528e77f4394babff7de (diff)
downloadCMake-6fadc10e01941a86e08a1dc02f9f16b8c231eb78.zip
CMake-6fadc10e01941a86e08a1dc02f9f16b8c231eb78.tar.gz
CMake-6fadc10e01941a86e08a1dc02f9f16b8c231eb78.tar.bz2
ENH: fix spelling errors in docs
Diffstat (limited to 'Source/cmFindLibraryCommand.cxx')
-rw-r--r--Source/cmFindLibraryCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindLibraryCommand.cxx b/Source/cmFindLibraryCommand.cxx
index 1e919dc..9cd77b3 100644
--- a/Source/cmFindLibraryCommand.cxx
+++ b/Source/cmFindLibraryCommand.cxx
@@ -33,7 +33,7 @@ cmFindLibraryCommand::cmFindLibraryCommand()
"SEARCH_XXX", "library");
this->GenericDocumentation +=
"\n"
- "If the library found is a framework, then VAR will be set to the "
+ "If the library found is a framework, then VAR will be set to "
"the full path to the framework <fullPath>/A.framework. "
"When a full path to a framework is used as a library, "
"CMake will use a -framework A, and a -F<fullPath> to "