summaryrefslogtreecommitdiff
path: root/examples/menubar-add.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/menubar-add.cxx')
-rw-r--r--examples/menubar-add.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/menubar-add.cxx b/examples/menubar-add.cxx
index 46c1336bb..5986b6863 100644
--- a/examples/menubar-add.cxx
+++ b/examples/menubar-add.cxx
@@ -1,7 +1,7 @@
//
// "$Id$"
//
-// An example of using Fl_Menu_Bar's add() to dynamically create menubars
+// An example of using Fl_Menu_Bar's add() to dynamically create menubars
//
// Menu bars can be created several ways. Using add() allows
// dynamically creating a menubar using a 'pathname' syntax.