diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-02-19 12:55:06 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-02-19 12:55:06 +0100 |
| commit | fd8170525bb8e2555ac1902ab2d53a064aa9920b (patch) | |
| tree | f3a8488e9f0449eba1eaf119d879fd47f5b96417 /test/unittest_points.cxx | |
| parent | ec974ce6b8714c6c9ee344bd94f4e53b68cd4df2 (diff) | |
Fix typos and copyright
Diffstat (limited to 'test/unittest_points.cxx')
| -rw-r--r-- | test/unittest_points.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unittest_points.cxx b/test/unittest_points.cxx index 22291b2ca..cf116477d 100644 --- a/test/unittest_points.cxx +++ b/test/unittest_points.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 @@ -188,7 +188,7 @@ public: // Description: "This draws a black frame around a white square.\n\n" // Things to look out for: - "If red pixels are visble or black pixels are missing, graphics clipping is misaligned." + "If red pixels are visible or black pixels are missing, graphics clipping is misaligned." ); a+=100; @@ -235,7 +235,7 @@ public: // Description: "This draws a black frame around a white square. The square is slightly smaller.\n\n" // Things to look out for: - "If red pixels are visble or black pixels are missing, graphics clipping is misaligned." + "If red pixels are visible or black pixels are missing, graphics clipping is misaligned." ); gl_test_win = new GLTestWin(a+24+8, b+9-5, 10, 4*24+2*16); |
