summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2022-04-04 14:10:18 +0200
committerMatthias Clasen <mclasen@redhat.com>2022-04-21 19:22:27 -0400
commit4a388b554089da77e39e63a81956842563c0d753 (patch)
treeff01089aa0334defd45f9ff98197e442fe7e375d
parent25bedcd85d6bad94fc3aee2861928ca6ee9dc917 (diff)
downloadgtk+-4a388b554089da77e39e63a81956842563c0d753.tar.gz
texttag: Correct typo
Does not generate a gir docstring without it.
-rw-r--r--gtk/gtktexttag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktexttag.c b/gtk/gtktexttag.c
index 8b252fb725..e4fc18413e 100644
--- a/gtk/gtktexttag.c
+++ b/gtk/gtktexttag.c
@@ -605,7 +605,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
GTK_PARAM_READWRITE));
/**
- * GtkTexTag:line-height:
+ * GtkTextTag:line-height:
*
* Factor to scale line height by.
*