summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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