diff src/menubar.c @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents d883f39b8495
children aabb7f5b1c81
line wrap: on
line diff
--- a/src/menubar.c	Mon Aug 13 11:06:08 2007 +0200
+++ b/src/menubar.c	Mon Aug 13 11:07:10 2007 +0200
@@ -109,7 +109,7 @@
 
   /* First element may be menu name, although can be omitted.
      Let's think that if stuff begins with anything than a keyword
-     or a list (submenu), this is a menu name, expected to be a stirng */
+     or a list (submenu), this is a menu name, expected to be a string */
   if (!KEYWORDP (XCAR (desc)) && !CONSP (XCAR (desc)))
     {
       CHECK_STRING (XCAR (desc));
@@ -156,7 +156,7 @@
 
   gui_item_init (&gui_item);
   GCPRO_GUI_ITEM (&gui_item);
-  
+
   EXTERNAL_LIST_LOOP (path_entry, path)
     {
       /* Verify that DESC describes a menu, not single item */
@@ -507,7 +507,7 @@
  :label <form>       (unimplemented!) Like :suffix, but replaces label
                      completely.
                      (might be added in 21.2).
- 
+
 For example:
 
  ("File"