STYLE: Fix typo in GetFilenameLastExtension docs

See issue #7797.
This commit is contained in:
Brad King 2008-10-10 11:23:02 -04:00
parent ada0f98e91
commit b3f43f0065
1 changed files with 1 additions and 1 deletions

View File

@ -3387,7 +3387,7 @@ kwsys_stl::string SystemTools::GetFilenameExtension(const kwsys_stl::string& fil
/** /**
* Return file extension of a full filename (dot included). * Return file extension of a full filename (dot included).
* Warning: this is the shortest extension (for example: .tar.gz) * Warning: this is the shortest extension (for example: .gz of .tar.gz)
*/ */
kwsys_stl::string SystemTools::GetFilenameLastExtension(const kwsys_stl::string& filename) kwsys_stl::string SystemTools::GetFilenameLastExtension(const kwsys_stl::string& filename)
{ {