summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-04-14 13:22:13 +0000
committerManolo Gouy <Manolo>2011-04-14 13:22:13 +0000
commitc473215f2a1ac2659e92973ff9ecaf1579ffc313 (patch)
tree76aa8643f39a9082f99c5ab240af9d1e985e9bba
parent8d2d3c2a7d7cd2d187297dfb75b6a193f213a220 (diff)
Corrected typo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8592 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_Tooltip.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Tooltip.cxx b/src/Fl_Tooltip.cxx
index 2c76d0280..20693c1a3 100644
--- a/src/Fl_Tooltip.cxx
+++ b/src/Fl_Tooltip.cxx
@@ -155,7 +155,7 @@ static void tooltip_timeout(void*) {
/**
This method is called when the mouse pointer enters a widget.
- <P>If this widget or one of it's parents has a tooltip, enter it. This
+ <P>If this widget or one of its parents has a tooltip, enter it. This
will do nothing if this is the current widget (even if the mouse moved
out so an exit() was done and then moved back in). If no tooltip can
be found do Fl_Tooltip::exit_(). If you don't want this behavior (for instance