summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-03-09 18:16:43 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-03-09 18:28:37 +0100
commit0f3b5ded8fad8c0bf7c462fc360174f4a2080e14 (patch)
treeab040846009fed45f6807483c17498b15272e184 /test
parente18ce5400f2ae666a0783e5b7399169b95ff7b54 (diff)
Fix dependencies, typos, trailing whitespace, and formatting
No code changes.
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*).