summaryrefslogtreecommitdiff
path: root/test/unittests.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-03-25 15:05:30 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-03-25 15:05:30 +0000
commitfb10b252a0ed08e5e8d711bb84ca4b05ab96b4e8 (patch)
treea0297cecb0efedbe6b7b5bfeaa2f5a8181fa8a43 /test/unittests.cxx
parent15489bda1b2c9a4db82965a85634674d5d7f2dbe (diff)
Typo
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6717 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/unittests.cxx')
-rw-r--r--test/unittests.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unittests.cxx b/test/unittests.cxx
index e1b394b81..78b70ef5d 100644
--- a/test/unittests.cxx
+++ b/test/unittests.cxx
@@ -66,7 +66,7 @@ public: CircleTest(int x, int y, int w, int h) : Fl_Box(x, y, w, h) {
label("testing int drawing of circles and ovals (fl_arc, fl_pie)\n"
"No red lines should be visible. "
"If you see bright red pixels, the circle drawing alignment is off. "
- "If you see dark red pixels, your syste supports anti-aliasing "
+ "If you see dark red pixels, your system supports anti-aliasing "
"which should be of no concern. "
"The green rectangles should not be overwritten by circle drawings.");
align(FL_ALIGN_INSIDE|FL_ALIGN_BOTTOM|FL_ALIGN_LEFT|FL_ALIGN_WRAP);