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 /FL/Fl_Gl_Window.H | |
| 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 'FL/Fl_Gl_Window.H')
| -rw-r--r-- | FL/Fl_Gl_Window.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H index 07d987f01..18725d08b 100644 --- a/FL/Fl_Gl_Window.H +++ b/FL/Fl_Gl_Window.H @@ -243,7 +243,7 @@ public: #elif defined(WIN32) int pixels_per_unit() { return 1; } #elif defined(FL_PORTING) -# pragma message "FL_PORTING: define mutiple resolution OpenGL rendering if your platform supports it" +# pragma message "FL_PORTING: define multiple resolution OpenGL rendering if your platform supports it" #else int pixels_per_unit() { return 1; } #endif |
