[gtk/ngl-glyph-cache: 1/3] texttag: A few typo fixes




commit 9981f19409092c19f448423510fc4da34e64512d
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 19 14:04:27 2021 -0400

    texttag: A few typo fixes

 gtk/gtktexttag.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtktexttag.c b/gtk/gtktexttag.c
index 1b33897f69..f8db984825 100644
--- a/gtk/gtktexttag.c
+++ b/gtk/gtktexttag.c
@@ -459,7 +459,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
   /**
    * GtkTextTag:justification:
    *
-   * Lett, right, or center justification.
+   * Left, right, or center justification.
    */
   g_object_class_install_property (object_class,
                                    PROP_JUSTIFICATION,
@@ -951,7 +951,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
   /**
    * GtkTextTag:underline-rgba-set:
    *
-   * If the #GtkTextTag:underline-rgba property has been set.
+   * If the `underline-rgba` property has been set.
    */
   ADD_SET_PROP ("underline-rgba-set", PROP_UNDERLINE_RGBA_SET,
                 P_("Underline RGBA set"),
@@ -968,7 +968,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
   /**
    * GtkTextTag:strikethrough-rgba-set:
    *
-   * If the #GtkTextTag:strikethrough-rgba property has been set.
+   * If the `strikethrough-rgba` property has been set.
    */
   ADD_SET_PROP ("strikethrough-rgba-set", PROP_STRIKETHROUGH_RGBA_SET,
                 P_("Strikethrough RGBA set"),


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