[gtk/entry-docs-typo] entry: Fix a typo in the docs




commit 039fc2e5678bacb6e5cd535499d10d6c6b2c2299
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jun 2 06:47:27 2021 -0400

    entry: Fix a typo in the docs

 gtk/gtkentry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]