diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-16 15:16:57 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-16 15:16:57 (GMT) |
commit | a043b6608c7d39352c23bf2e9d371d76d9c513e5 (patch) | |
tree | b10e7b335710b5b2d61e2fbbfdd65da66a120969 /Source/cmAddLibraryCommand.h | |
parent | 09b3d9d2f189d0705d405c65a33206ad0053d8c9 (diff) | |
download | CMake-a043b6608c7d39352c23bf2e9d371d76d9c513e5.zip CMake-a043b6608c7d39352c23bf2e9d371d76d9c513e5.tar.gz CMake-a043b6608c7d39352c23bf2e9d371d76d9c513e5.tar.bz2 |
STYLE: fix docs
Diffstat (limited to 'Source/cmAddLibraryCommand.h')
-rw-r--r-- | Source/cmAddLibraryCommand.h | 2 |
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."; } /** |