From 73a57f8ac8c950a0389d536229835189acdcf9ec Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 14 Apr 2011 13:04:57 +0000 Subject: Corrected typo. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8587 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/subwindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, " -- cgit v1.2.3