summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2017-08-28 11:10:01 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2017-08-28 11:10:01 +0000
commitfa5851b29215384d870ebc5670edb2c432fc50e5 (patch)
tree4ca0cb78abfc1200d31723694f7e198ca4e03025 /test
parent52249a960d50015ab4291851c4e6d6944fb89a32 (diff)
Fix typos (comments and documentation).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12406 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/minimum.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/minimum.cxx b/test/minimum.cxx
index 08da54cb1..2e6d36035 100644
--- a/test/minimum.cxx
+++ b/test/minimum.cxx
@@ -3,7 +3,7 @@
//
// Minimal update test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2010 by Bill Spitzak and others.
+// Copyright 1998-2017 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
@@ -18,8 +18,8 @@
//
// This is a test of the minimal update code. The right slider has a
-// label that extends outside it's border, and the minimal update
-// assummes this does not happen. Thus there is *supposed* to be
+// label that extends outside its border, and the minimal update
+// assumes this does not happen. Thus there is *supposed* to be
// display errors when you move the right-most or any other slider.
// If you *don't* see these errors, then the minimal update is
// broken!!!