From 2239ecc4a18452521f079b697cbc0305536a7f81 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 10 Feb 2023 13:13:36 +0100 Subject: Fix typos in documentation and comments (no code changes) --- src/Fl_Menu_add.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Fl_Menu_add.cxx') 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 */ -- cgit v1.2.3