From b3f43f006527fdb8c3750213522a6f82107e9465 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 10 Oct 2008 11:23:02 -0400 Subject: [PATCH] STYLE: Fix typo in GetFilenameLastExtension docs See issue #7797. --- Source/kwsys/SystemTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index d4a81745c..cc7db3c39 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) {