summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-10-10 15:23:02 (GMT)
committerBrad King <brad.king@kitware.com>2008-10-10 15:23:02 (GMT)
commitb3f43f006527fdb8c3750213522a6f82107e9465 (patch)
treed8f077c6a7c3e99b7767ed79e580ad96d11be012 /Source/kwsys/SystemTools.cxx
parentada0f98e91ef52a067c380681d0e35fffc2ec6b5 (diff)
downloadCMake-b3f43f006527fdb8c3750213522a6f82107e9465.zip
CMake-b3f43f006527fdb8c3750213522a6f82107e9465.tar.gz
CMake-b3f43f006527fdb8c3750213522a6f82107e9465.tar.bz2
STYLE: Fix typo in GetFilenameLastExtension docs
See issue #7797.
Diffstat (limited to 'Source/kwsys/SystemTools.cxx')
-rw-r--r--Source/kwsys/SystemTools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx
index d4a8174..cc7db3c 100644
--- a/Source/kwsys/SystemTools.cxx
+++ b/Source/kwsys/SystemTools.cxx
@@ -3387,7 +3387,7 @@ kwsys_stl::string SystemTools::GetFilenameExtension(const kwsys_stl::string& fil
/**
* 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)
{