summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-06-26 22:57:30 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-06-28 00:05:09 -0400
commitf339258f1eb321a2a61066465f63efebb339b916 (patch)
tree3cc1fa3a074eee7894779ddac659758dcd79c3ca
parentf8dec445d4e44797c6132da4a2a2982a7592610c (diff)
downloadpango-f339258f1eb321a2a61066465f63efebb339b916.tar.gz
tabs: Cosmetics
-rw-r--r--pango/pango-tabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-tabs.c b/pango/pango-tabs.c
index 0792cd5a..28027454 100644
--- a/pango/pango-tabs.c
+++ b/pango/pango-tabs.c
@@ -113,7 +113,7 @@ pango_tab_array_new (gint initial_size,
* @first_position: position of first tab stop
* @...: additional alignment/position pairs
*
- * Creates * a `PangoTabArray` and allows you to specify the alignment
+ * Creates a `PangoTabArray` and allows you to specify the alignment
* and position of each tab stop.
*
* You **must** provide an alignment and position for @size tab stops.