diff options
| author | Manolo Gouy <Manolo> | 2018-02-17 13:58:47 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-02-17 13:58:47 +0000 |
| commit | 3266594e914ba2bd0f03d43606238642c99803d9 (patch) | |
| tree | bbb90c6514b318b57e222293fb130c0b16e9fe63 /test | |
| parent | b6c790a93fba1887c5fff6b941f6c521073ab4b1 (diff) | |
Fix 2 typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12673 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/minimum.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |
