summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-04-14 13:04:57 +0000
committerManolo Gouy <Manolo>2011-04-14 13:04:57 +0000
commit73a57f8ac8c950a0389d536229835189acdcf9ec (patch)
tree16e33d1f9520f50ec57cc7dac9578817634472c6
parentf7c2061f0c83cac53fca43e92d3cbd59a673d7a5 (diff)
Corrected typo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8587 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--test/subwindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subwindow.cxx b/test/subwindow.cxx
index d96255ca7..6df85384a 100644
--- a/test/subwindow.cxx
+++ b/test/subwindow.cxx
@@ -172,7 +172,7 @@ int main(int argc, char **argv) {
subwindow->end();
subwindow->use_cursor(FL_CURSOR_HAND);
(new Fl_Box(FL_NO_BOX,0,0,400,100,
- "A child Fl_Window with children of it's own may "
+ "A child Fl_Window with children of its own may "
"be useful for imbedding controls into a GL or display "
"that needs a different visual. There are bugs with the "
"origins being different between drawing and events, "