diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-07-01 07:32:14 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-07-01 07:32:14 +0000 |
| commit | e29c327c655ad99f82515c1f9768d4d722cbcef3 (patch) | |
| tree | 0c834fab27662a9cd49d92e5ccefcc4a2dfc7468 /src/Fl_Menu_add.cxx | |
| parent | 79eebf2a18c3c0744a273579d1fff75186b8fc06 (diff) | |
Fixed some more typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6813 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Menu_add.cxx')
| -rw-r--r-- | src/Fl_Menu_add.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Menu_add.cxx b/src/Fl_Menu_add.cxx index 20e8c6571..10c73e8bc 100644 --- a/src/Fl_Menu_add.cxx +++ b/src/Fl_Menu_add.cxx @@ -28,10 +28,10 @@ // These are for Forms emulation and for dynamically changing the // menus. They are in this source file so they are not linked in if -// not used, which is what will happen if the the program only uses +// not used, which is what will happen if the program only uses // constant menu tables. -// Not at all guaranteed to be Forms compatable, especially with any +// Not at all guaranteed to be Forms compatible, especially with any // string with a % sign in it! #include <FL/Fl_Menu_.H> |
