summaryrefslogtreecommitdiffstats
path: root/Source/cmAddLibraryCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 15:16:57 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-11-16 15:16:57 (GMT)
commita043b6608c7d39352c23bf2e9d371d76d9c513e5 (patch)
treeb10e7b335710b5b2d61e2fbbfdd65da66a120969 /Source/cmAddLibraryCommand.h
parent09b3d9d2f189d0705d405c65a33206ad0053d8c9 (diff)
downloadCMake-a043b6608c7d39352c23bf2e9d371d76d9c513e5.zip
CMake-a043b6608c7d39352c23bf2e9d371d76d9c513e5.tar.gz
CMake-a043b6608c7d39352c23bf2e9d371d76d9c513e5.tar.bz2
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 f00d44b..4c41599 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.";
}
/**