summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-04-14 13:15:13 +0000
committerManolo Gouy <Manolo>2011-04-14 13:15:13 +0000
commit8c6aa5edb51a4106a596aa35f8347237c444c1f6 (patch)
tree4e7ccac57c03b6b360ff1a37ec188a9736dff534 /src
parent3f984b0b86b89df58eb7eb68e8a9698fe9dd9ec3 (diff)
Corrected typo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8589 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Tree_Item.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Tree_Item.cxx b/src/Fl_Tree_Item.cxx
index eca41a5a8..f7ecb7306 100644
--- a/src/Fl_Tree_Item.cxx
+++ b/src/Fl_Tree_Item.cxx
@@ -450,7 +450,7 @@ void Fl_Tree_Item::draw_vertical_connector(int x, int y1, int y2, const Fl_Tree_
/// Find the item that the last event was over.
///
-/// Returns the item if its visible, and mouse is over it.
+/// Returns the item if it is visible, and mouse is over it.
/// Works even if widget deactivated.
/// Use event_on_collapse_icon() to determine if collapse button was pressed.
///
@@ -480,7 +480,7 @@ const Fl_Tree_Item *Fl_Tree_Item::find_clicked(const Fl_Tree_Prefs &prefs) const
/// Non-const version of the above.
/// Find the item that the last event was over.
///
-/// Returns the item if its visible, and mouse is over it.
+/// Returns the item if it is visible, and mouse is over it.
/// Works even if widget deactivated.
/// Use event_on_collapse_icon() to determine if collapse button was pressed.
///