From d32b291a7262698cb4767660466d42fda44f1033 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 4 Jan 2016 13:40:57 +0000 Subject: Fix typos in #pragma FL_PORTING. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@10991 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl.cxx') diff --git a/src/Fl.cxx b/src/Fl.cxx index 2976baa3c..e205f4407 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -800,7 +800,7 @@ void Fl::flush() { if (fl_gc) CGContextFlush(fl_gc); #elif defined(FL_PORTING) -# pragma message "FL_PORTING: flush your graohics context here" +# pragma message "FL_PORTING: flush your graphics context here" #else # error unsupported platform #endif -- cgit v1.2.3