summaryrefslogtreecommitdiff
path: root/test/unittest_text.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-02-19 12:55:06 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-02-19 12:55:06 +0100
commitfd8170525bb8e2555ac1902ab2d53a064aa9920b (patch)
treef3a8488e9f0449eba1eaf119d879fd47f5b96417 /test/unittest_text.cxx
parentec974ce6b8714c6c9ee344bd94f4e53b68cd4df2 (diff)
Fix typos and copyright
Diffstat (limited to 'test/unittest_text.cxx')
-rw-r--r--test/unittest_text.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unittest_text.cxx b/test/unittest_text.cxx
index 9613d54a8..67c46f397 100644
--- a/test/unittest_text.cxx
+++ b/test/unittest_text.cxx
@@ -1,7 +1,7 @@
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2010 by Bill Spitzak and others.
+// Copyright 1998-2022 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -72,7 +72,7 @@ public:
fl_color(FL_GREEN); fl_draw("fl_text_extents bounding box in GREEN", xx, yy);
fl_color(FL_BLACK);
xx = x0 + 10; yy += 30;
- fl_draw("NOTE: On systems with text anti-aliasing (e.g. OSX Quartz)", xx, yy);
+ fl_draw("NOTE: On systems with text anti-aliasing (e.g. macOS Quartz)", xx, yy);
w0 = h0 = 0; fl_measure("NOTE: ", w0, h0, 0);
xx += w0; yy += h0;
fl_draw("text may leak slightly outside the fl_text_extents()", xx, yy);