summaryrefslogtreecommitdiff
path: root/src/Fl_Menu_.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-02-15 18:58:03 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-02-15 18:58:03 +0000
commit648b7e111d03f32f1d5cda2f18de5520f58da3a3 (patch)
tree069423a7657696af289edb1691f9fa744f9e22e3 /src/Fl_Menu_.cxx
parente94b388899d16498f44afd1bb965a137345fcf6f (diff)
Fixed typos in documentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6660 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Menu_.cxx')
-rw-r--r--src/Fl_Menu_.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Menu_.cxx b/src/Fl_Menu_.cxx
index b299424f6..19abef626 100644
--- a/src/Fl_Menu_.cxx
+++ b/src/Fl_Menu_.cxx
@@ -127,7 +127,7 @@ int Fl_Menu_::value(const Fl_Menu_Item* m) {
/**
When user picks a menu item, call this. It will do the callback.
- Unfortunatly this also casts away const for the checkboxes, but this
+ Unfortunately this also casts away const for the checkboxes, but this
was necessary so non-checkbox menus can really be declared const...
*/
const Fl_Menu_Item* Fl_Menu_::picked(const Fl_Menu_Item* v) {
@@ -245,7 +245,7 @@ Fl_Menu_* fl_menu_array_owner = 0;
Same as menu(NULL), set the array pointer to null, indicating
a zero-length menu.
- <P>Menus must no be cleared during a callback to the same menu.
+ Menus must not be cleared during a callback to the same menu.
*/
void Fl_Menu_::clear() {
if (alloc) {