summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-attributes.h
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2020-03-21 19:32:17 +0200
committerYuri Chornoivan <yurchor@ukr.net>2020-03-22 08:56:29 +0200
commitb8b1b0fa7b072dadcc9a875bfc76847ee9a6fc35 (patch)
tree1a6c132a74584e5e9bff83c7254505dcf3319ef1 /plugins/gtk+/glade-attributes.h
parentc3daab806605f473075dc1512cfcf71a872f9a8a (diff)
downloadglade-b8b1b0fa7b072dadcc9a875bfc76847ee9a6fc35.tar.gz
Fix minor typos
Diffstat (limited to 'plugins/gtk+/glade-attributes.h')
-rw-r--r--plugins/gtk+/glade-attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtk+/glade-attributes.h b/plugins/gtk+/glade-attributes.h
index 3a848499..9627dcfc 100644
--- a/plugins/gtk+/glade-attributes.h
+++ b/plugins/gtk+/glade-attributes.h
@@ -16,7 +16,7 @@ typedef struct _GladeAttribute GladeAttribute;
struct _GladeAttribute {
PangoAttrType type; /* The type of pango attribute */
- GValue value; /* The coresponding value */
+ GValue value; /* The corresponding value */
guint start; /* The text offsets where the attributes should apply to */
guint end;