summaryrefslogtreecommitdiff
path: root/pango2/pango-line-breaker.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-26 11:38:30 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-07-04 11:17:28 -0400
commitb64dab6fe71cbbb5d250abe2fdfef9773c858415 (patch)
tree95419ee6a1de3e97cfabfa042ef1a468d6ecde7e /pango2/pango-line-breaker.c
parentaedb2cc9a3aed2f60f6df09513288cbc8bbfa5ff (diff)
downloadpango-b64dab6fe71cbbb5d250abe2fdfef9773c858415.tar.gz
Undo excessive search/replace
We still refer to the project as 'Pango' in docs and comments, even though the prefix now is 'Pango2'.
Diffstat (limited to 'pango2/pango-line-breaker.c')
-rw-r--r--pango2/pango-line-breaker.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango2/pango-line-breaker.c b/pango2/pango-line-breaker.c
index 1049fe5e..6f068a9f 100644
--- a/pango2/pango-line-breaker.c
+++ b/pango2/pango-line-breaker.c
@@ -2467,8 +2467,8 @@ pango2_line_breaker_has_line (Pango2LineBreaker *self)
/**
* pango2_line_breaker_next_line:
* @self: a `Pango2LineBreaker`
- * @x: the X position for the line, in Pango2 units
- * @width: the width for the line, or -1 for no limit, in Pango2 units
+ * @x: the X position for the line, in Pango units
+ * @width: the width for the line, or -1 for no limit, in Pango units
* @wrap: how to wrap the text
* @ellipsize: whether to ellipsize the text
*