summaryrefslogtreecommitdiff
path: root/src/Fl_Tooltip.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-03-22 19:21:34 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-03-22 19:21:34 +0000
commitf5d5c97312eda092656cab465d2c55c27a3200ea (patch)
tree630d6548ebcd8aedf48ba043929f630ff42a9a81 /src/Fl_Tooltip.cxx
parentd75f9a6b93d483bf41a33d1faad25c288cbdc560 (diff)
fixed a typo
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6712 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Tooltip.cxx')
-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 3fd24f1b3..6c6ab4226 100644
--- a/src/Fl_Tooltip.cxx
+++ b/src/Fl_Tooltip.cxx
@@ -209,7 +209,7 @@ void Fl_Tooltip::exit_(Fl_Widget *w) {
// Get ready to display a tooltip. The widget and the xywh box inside
// it define an area the tooltip is for, this along with the current
-// mouse position places the tooltip (the mouse is assummed to point
+// mouse position places the tooltip (the mouse is assumed to point
// inside or near the box).
/**
You may be able to use this to provide tooltips for internal pieces