summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx2
1 files changed, 1 insertions, 1 deletions
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