diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-01-04 13:40:57 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-01-04 13:40:57 +0000 |
| commit | d32b291a7262698cb4767660466d42fda44f1033 (patch) | |
| tree | de57883d7e581e33179a072255ad3f8291730ff8 /src/fl_font.cxx | |
| parent | acf6c881d36b675d755433d3cf48613bc46ed78d (diff) | |
Fix typos in #pragma FL_PORTING.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@10991 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_font.cxx')
| -rw-r--r-- | src/fl_font.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_font.cxx b/src/fl_font.cxx index f8feba035..4e6fb4de6 100644 --- a/src/fl_font.cxx +++ b/src/fl_font.cxx @@ -52,7 +52,7 @@ #elif USE_XFT # include "fl_font_xft.cxx" #elif defined(FL_PORTING) -# pragma message "FL_PORTING: implement font handling specific in its own file" +# pragma message "FL_PORTING: implement font handling specifics in its own file" #else # include "fl_font_x.cxx" #endif // WIN32 |
