summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-06-02 06:47:27 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-06-02 06:47:27 -0400
commit039fc2e5678bacb6e5cd535499d10d6c6b2c2299 (patch)
treeea1ef8617e75489c5d5d22f1bf50f3a385190f58 /gtk/gtkentry.c
parent775dbec2e6a0c90015e8bc39f433f5d76f12bd41 (diff)
downloadgtk+-039fc2e5678bacb6e5cd535499d10d6c6b2c2299.tar.gz
entry: Fix a typo in the docs
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r--gtk/gtkentry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 3210426350..e03127f134 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -145,7 +145,7 @@
*
* An example of a UI definition fragment specifying Pango attributes:
* ```xml
- * <object class="GtkEnry">
+ * <object class="GtkEntry">
* <attributes>
* <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
* <attribute name="background" value="red" start="5" end="10"/>