]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - tack/menu.c
ncurses 5.6 - patch 20061223
[ncurses.git] / tack / menu.c
index a2bcc3809054e40dd50de77550f62a34f7cad1c1..b4c8c050ad042524a0425161eb4bcdcc2793cef2 100644 (file)
 ** 
 ** You should have received a copy of the GNU General Public License
 ** along with TACK; see the file COPYING.  If not, write to
 ** 
 ** You should have received a copy of the GNU General Public License
 ** along with TACK; see the file COPYING.  If not, write to
-** the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-** Boston, MA 02111-1307, USA.
+** the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+** Boston, MA 02110-1301, USA
 */
 
 #include <tack.h>
 
 */
 
 #include <tack.h>
 
-MODULE_ID("$Id: menu.c,v 1.1 1998/01/10 00:29:30 tom Exp $")
+MODULE_ID("$Id: menu.c,v 1.3 2005/09/17 19:49:16 tom Exp $")
 
 /*
    Menu control
 
 /*
    Menu control
@@ -85,7 +85,7 @@ menu_test_loop(
                }
                nch = 0;
                if (test->test_procedure) {
                }
                nch = 0;
                if (test->test_procedure) {
-                       /* The procedure takes precidence so I can pass
+                       /* The procedure takes precedence so I can pass
                           the menu entry as an argument.
                        */
                        can_test(test->caps_done, FLAG_TESTED);
                           the menu entry as an argument.
                        */
                        can_test(test->caps_done, FLAG_TESTED);
@@ -340,7 +340,7 @@ subtest_menu(
 /*
 **     menu_can_scan(menu-structure)
 **
 /*
 **     menu_can_scan(menu-structure)
 **
-**     Recursivly scan the menu tree and find which cap names can be tested.
+**     Recursively scan the menu tree and find which cap names can be tested.
 */
 void
 menu_can_scan(
 */
 void
 menu_can_scan(
@@ -362,7 +362,7 @@ menu_can_scan(
 /*
 **     menu_search(menu-structure, cap)
 **
 /*
 **     menu_search(menu-structure, cap)
 **
-**     Recursivly search the menu tree and execute any tests that use cap.
+**     Recursively search the menu tree and execute any tests that use cap.
 */
 static void
 menu_search(
 */
 static void
 menu_search(