summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/cairo_test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cairo_test.cxx b/test/cairo_test.cxx
index a30a65334..ecd87c6ac 100644
--- a/test/cairo_test.cxx
+++ b/test/cairo_test.cxx
@@ -42,7 +42,7 @@
// (configure --enable-cairoext or CMake OPTION_CAIROEXT)
// which defines the preprocessor variable FLTK_HAVE_CAIROEXT.
// If Fl::cairo_autolink_context(true); is called at the beginning
-// of main(), any overriden draw() function gets access to an adequate
+// of main(), any overridden draw() function gets access to an adequate
// Cairo context with Fl::cairo_cc() without having to call
// Fl::cairo_make_current(Fl_Window*).