Spelling/grammar fixes in comments.

2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>

	* Spelling/grammar fixes in comments.
This commit is contained in:
Nils Barth 2000-05-21 06:13:34 +00:00 committed by Nils Barth
parent 48d8ec36d5
commit c4b632e781
3 changed files with 3 additions and 3 deletions

View File

@ -1167,7 +1167,7 @@ gtk_menu_position (GtkMenu *menu)
/* We need the requisition to figure out the right place to
* popup the menu. In fact, we always need to ask here, since
* if one a size_request was queued while we weren't popped up,
* if a size_request was queued while we weren't popped up,
* the requisition won't have been recomputed yet.
*/
gtk_widget_size_request (widget, &requisition);

View File

@ -119,7 +119,7 @@ GtkWidget* gtk_menu_get_active (GtkMenu *menu);
void gtk_menu_set_active (GtkMenu *menu,
guint index);
/* set/get the acclerator group that holds global accelerators (should
/* set/get the accelerator group that holds global accelerators (should
* be added to the corresponding toplevel with gtk_window_add_accel_group().
*/
void gtk_menu_set_accel_group (GtkMenu *menu,

View File

@ -177,7 +177,7 @@ struct _GtkArg
#define GTK_VALUE_POINTER(a) ((a).d.pointer_data)
#define GTK_VALUE_SIGNAL(a) ((a).d.signal_data)
/* return location macros, these all narow down to
/* return location macros, these all narrow down to
* pointer types, because return values need to be
* passed by reference
*/