summaryrefslogtreecommitdiff
path: root/Source/cmAddLibraryCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 10:16:57 -0500
committerKen Martin <ken.martin@kitware.com>2005-11-16 10:16:57 -0500
commita043b6608c7d39352c23bf2e9d371d76d9c513e5 (patch)
treeb10e7b335710b5b2d61e2fbbfdd65da66a120969 /Source/cmAddLibraryCommand.h
parent09b3d9d2f189d0705d405c65a33206ad0053d8c9 (diff)
downloadcmake-a043b6608c7d39352c23bf2e9d371d76d9c513e5.tar.gz
STYLE: fix docs
Diffstat (limited to 'Source/cmAddLibraryCommand.h')
-rw-r--r--Source/cmAddLibraryCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddLibraryCommand.h b/Source/cmAddLibraryCommand.h
index f00d44b0bb..4c41599417 100644
--- a/Source/cmAddLibraryCommand.h
+++ b/Source/cmAddLibraryCommand.h
@@ -52,7 +52,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Add an library to the project using the specified source files.";
+ return "Add a library to the project using the specified source files.";
}
/**