Fix 2 typos.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12673 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2018-02-17 13:58:47 +00:00
parent b6c790a93f
commit 3266594e91

View File

@ -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");