From 3266594e914ba2bd0f03d43606238642c99803d9 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 17 Feb 2018 13:58:47 +0000 Subject: Fix 2 typos. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12673 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/minimum.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/minimum.cxx') diff --git a/test/minimum.cxx b/test/minimum.cxx index 2e6d36035..6b7ba12b2 100644 --- a/test/minimum.cxx +++ b/test/minimum.cxx @@ -48,14 +48,14 @@ int main(int argc, char **argv) { "MINIMUM UPDATE TEST\n" "\n" "The slider on the right purposely\n" -"draws outside it's boundaries.\n" +"draws outside its boundaries.\n" "Moving it should leave old copies\n" "of the label. These copies should\n" "*not* be erased by any actions\n" "other than hiding and showing\n" "of that portion of the window\n" "or changing the button that\n" -"intesects them."))); +"intersects them."))); Fl_Slider *s; s = new Fl_Slider(320,10,20,300,"Too_Big_Label"); -- cgit v1.2.3