summaryrefslogtreecommitdiff
path: root/src/filename_ext.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-03-26 13:20:18 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-03-26 13:20:18 +0100
commita67a9b0f589d41e281a5c6e5a860d761bf365217 (patch)
tree31f82c68e35c5cb61157a5ec6a63c12dc4ea2cf4 /src/filename_ext.cxx
parenta2cbb03dc995227666f85b842489078fc86ef967 (diff)
Correct typo in Doxygen doc of Fl_System_Driver::filename_ext()
Diffstat (limited to 'src/filename_ext.cxx')
-rw-r--r--src/filename_ext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filename_ext.cxx b/src/filename_ext.cxx
index 90e090f62..2d3f7ea0a 100644
--- a/src/filename_ext.cxx
+++ b/src/filename_ext.cxx
@@ -42,10 +42,10 @@ const char *fl_filename_ext(const char *buf) {
*/
/**
- Default implementation to find a filename extension.
+ Finds a filename extension.
The default implementation assumes that the last `.` character separates
- the extension form the basename of a file.
+ the extension from the basename of a file.
\see fl_filename_ext(const char*)
*/