summaryrefslogtreecommitdiff
path: root/gtk/gtkmodelbutton.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-02-18 10:57:05 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-02-18 11:38:37 +0000
commit3d88899072362a01bbc3207da2138e405a6f0dba (patch)
tree094661069867b754005a642fcfc9e37308db6e28 /gtk/gtkmodelbutton.c
parente160befdf899180267fa9df04477ca8c563cb9c0 (diff)
downloadgtk+-3d88899072362a01bbc3207da2138e405a6f0dba.tar.gz
gtk: Fix various tiny typos in documentation comments
e.g. Invalid syntax in introspection annotations, typos in object names, accidentally using a gtk-doc comment for an internal function.
Diffstat (limited to 'gtk/gtkmodelbutton.c')
-rw-r--r--gtk/gtkmodelbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmodelbutton.c b/gtk/gtkmodelbutton.c
index 2f3cfae20e..a3c62bc52e 100644
--- a/gtk/gtkmodelbutton.c
+++ b/gtk/gtkmodelbutton.c
@@ -42,7 +42,7 @@
*
* GtkModelButton is a button class that can use a #GAction as its model.
* In contrast to #GtkToggleButton or #GtkRadioButton, which can also
- * be backed by a #Gaction via the #GtkActionable:action-name property,
+ * be backed by a #GAction via the #GtkActionable:action-name property,
* GtkModelButton will adapt its appearance according to the kind of
* action it is backed by, and appear either as a plain, check or
* radio button.