Correct typo in Doxygen doc of Fl_System_Driver::filename_ext()

This commit is contained in:
ManoloFLTK 2019-03-26 13:20:18 +01:00
parent a2cbb03dc9
commit a67a9b0f58

@ -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*)
*/