summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorten Welinder <mortenw@src.gnome.org>2004-10-06 12:39:31 +0000
committerMorten Welinder <mortenw@src.gnome.org>2004-10-06 12:39:31 +0000
commit79e6e10043e39a8e30569d6e9ca35d73e517b050 (patch)
tree21ac76f2f54e065775d0947d47ede70010966563
parent140a94789d236701cc6f5ec251b3490c65ce9dd1 (diff)
downloadglade-79e6e10043e39a8e30569d6e9ca35d73e517b050.tar.gz
Typos.
-rw-r--r--src/glade-property-class.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glade-property-class.h b/src/glade-property-class.h
index 90043a51..37c64bdc 100644
--- a/src/glade-property-class.h
+++ b/src/glade-property-class.h
@@ -163,14 +163,14 @@ struct _GladePropertyClass
/* If this property can't be set with g_object_set then
* we need to implement it inside glade. This is a pointer
* to the function that can set this property. The functions
- * to work arround this problems are inside glade-gtk.c
+ * to work arround these problems are inside glade-gtk.c
*/
void (*get_function) (GObject *object,
GValue *value);
/* If this property can't be get with g_object_get then
* we need to implement it inside glade. This is a pointer
- * to the function that can set this property. The functions
- * to work arround this problems are inside glade-gtk.c
+ * to the function that can get this property. The functions
+ * to work arround these problems are inside glade-gtk.c
*/
gboolean (*visible) (GladeWidgetClass *widget_class);
};