Bringing over fix [r11986] from 1.3 current to the porting branch.

Small doc clarification for omitted word, caught by Albrecht via private email.



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11987 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2016-09-26 19:31:29 +00:00
parent 04c20514f6
commit aa8dc3ffe1

View File

@ -786,7 +786,7 @@ Fl_Tree_Item* Fl_Tree::root() {
/// Sets the root item to \p 'newitem'.
///
/// If a root item already exists, clear() is first to clear it
/// If a root item already exists, clear() is called first to clear it
/// before replacing it with newitem.
///
/// Use this to install a custom item (derived from Fl_Tree_Item) as the root