summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Barth <nils_barth@post.harvard.edu>2000-05-21 06:13:34 +0000
committerNils Barth <nilsb@src.gnome.org>2000-05-21 06:13:34 +0000
commitc4b632e781ba2ccd1f1e620de4d41e4a58b58e3a (patch)
tree2119d5528f40c697fbcbfcfc367d340b6286772c
parent48d8ec36d5440994f8ccb985f5186f660ac11148 (diff)
downloadgdk-pixbuf-c4b632e781ba2ccd1f1e620de4d41e4a58b58e3a.tar.gz
Spelling/grammar fixes in comments.
2000-05-21 Nils Barth <nils_barth@post.harvard.edu> * Spelling/grammar fixes in comments.
-rw-r--r--gtk/gtkmenu.c2
-rw-r--r--gtk/gtkmenu.h2
-rw-r--r--gtk/gtktypeutils.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c
index f74a3255c..7de4f13f3 100644
--- a/gtk/gtkmenu.c
+++ b/gtk/gtkmenu.c
@@ -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);
diff --git a/gtk/gtkmenu.h b/gtk/gtkmenu.h
index 3a393473d..00f955a68 100644
--- a/gtk/gtkmenu.h
+++ b/gtk/gtkmenu.h
@@ -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,
diff --git a/gtk/gtktypeutils.h b/gtk/gtktypeutils.h
index 50e573e0f..79f805e6e 100644
--- a/gtk/gtktypeutils.h
+++ b/gtk/gtktypeutils.h
@@ -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
*/