summaryrefslogtreecommitdiff
path: root/src/Fl_Menu_add.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-02-10 13:13:36 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-02-10 13:13:36 +0100
commit2239ecc4a18452521f079b697cbc0305536a7f81 (patch)
tree4f2fab0e89444d34fe25121d38e89e91f4268a38 /src/Fl_Menu_add.cxx
parenta3251b3208744f77e2589eb36cbf2df2a15bee4f (diff)
Fix typos in documentation and comments
(no code changes)
Diffstat (limited to 'src/Fl_Menu_add.cxx')
-rw-r--r--src/Fl_Menu_add.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Menu_add.cxx b/src/Fl_Menu_add.cxx
index 803e40f49..c5fdc502d 100644
--- a/src/Fl_Menu_add.cxx
+++ b/src/Fl_Menu_add.cxx
@@ -1,7 +1,7 @@
//
// Menu utilities for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2022 by Bill Spitzak and others.
+// Copyright 1998-2023 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -128,7 +128,7 @@ int Fl_Menu_Item::add(
\param[in] sc keyboard shortcut for new item
\param[in] cb callback function for new item
\param[in] data user data for new item
- \param[in] myflags menu flags as described in FL_Menu_Item
+ \param[in] myflags menu flags as described in Fl_Menu_Item
\returns the index into the menu() array, where the entry was added
*/