diff options
| author | Greg Ercolano <erco@seriss.com> | 2016-09-26 19:31:29 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2016-09-26 19:31:29 +0000 |
| commit | aa8dc3ffe18e1c9c91c5e7045b3941553c5fd2c5 (patch) | |
| tree | ed4212d0dfddb5b0d2993b133257420552afd4a5 | |
| parent | 04c20514f62f09ef92fcfbe8cdb0e3917ba1c9a7 (diff) | |
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
| -rw-r--r-- | src/Fl_Tree.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Tree.cxx b/src/Fl_Tree.cxx index 4c4f19e2a..f8a42bf80 100644 --- a/src/Fl_Tree.cxx +++ b/src/Fl_Tree.cxx @@ -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 |
