summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorten Welinder <mortenw@src.gnome.org>2004-10-06 12:40:02 +0000
committerMorten Welinder <mortenw@src.gnome.org>2004-10-06 12:40:02 +0000
commitc870e8743751dd4ee1ad50a6263d3613a21a170b (patch)
tree9ac73e5a79ffa6547e6d1a70c61e4cdda4622657
parent79e6e10043e39a8e30569d6e9ca35d73e517b050 (diff)
downloadglade-c870e8743751dd4ee1ad50a6263d3613a21a170b.tar.gz
Typo.
-rw-r--r--src/glade-widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glade-widget.h b/src/glade-widget.h
index 34698c8f..6b83caa2 100644
--- a/src/glade-widget.h
+++ b/src/glade-widget.h
@@ -24,7 +24,7 @@ struct _GladeWidget
GladeWidgetClass *widget_class;
GladeProject *project; /* A pointer to the project that this widget belongs to. */
- char *name; /* The name of the widet. For example window1 or
+ char *name; /* The name of the widget. For example window1 or
* button2. This is a unique name and is the one
* used when loading widget with libglade
*/