STYLE: fix docs

This commit is contained in:
Ken Martin
2005-11-16 10:16:57 -05:00
parent 09b3d9d2f1
commit a043b6608c
2 changed files with 2 additions and 2 deletions

View File

@@ -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.";
}
/**