summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-04-14 13:16:03 +0000
committerManolo Gouy <Manolo>2011-04-14 13:16:03 +0000
commit2af958422ab2da86b936e9aee9bd4a631dcaf0e9 (patch)
tree7d5030ec4ee044ad2214e7812f0c175f0b6eee44 /src
parent8c6aa5edb51a4106a596aa35f8347237c444c1f6 (diff)
Corrected typo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8590 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Tree.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Tree.cxx b/src/Fl_Tree.cxx
index c2b29d159..a3c7cd3ff 100644
--- a/src/Fl_Tree.cxx
+++ b/src/Fl_Tree.cxx
@@ -306,7 +306,7 @@ Fl_Tree_Item *Fl_Tree::next_visible_item(Fl_Tree_Item *item, int dir) {
}
/// Set the item that currently should have keyboard focus.
-/// Handles calling redraw() to update the focus box (if its visible).
+/// Handles calling redraw() to update the focus box (if it is visible).
///
/// \param[in] item The item that should take focus. If NULL, none will have focus.
///