mirror of
https://github.com/fltk/fltk.git
synced 2026-05-20 22:36:19 +08:00
Correct typo in Doxygen doc of Fl_System_Driver::filename_ext()
This commit is contained in:
@@ -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*)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user