[pango: 1/2] Fix typo in PangoLayout: add missing backtick




commit b16e9ae4a692cd4d2bb45f6c9222c6f9e9790114
Author: Victor Mireyev <victor mireyev gmail com>
Date:   Thu Apr 8 20:43:15 2021 +0000

    Fix typo in PangoLayout: add missing backtick

 pango/pango-layout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 1f86150e..fa499ef3 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -32,7 +32,7 @@
  * functionality such as line breaking, justification, alignment and
  * ellipsization.
  *
- * A `PangoLayout is initialized with a `PangoContext`, UTF-8 string
+ * A `PangoLayout` is initialized with a `PangoContext`, UTF-8 string
  * and set of attributes for that string. Once that is done, the set of
  * formatted lines can be extracted from the object, the layout can be
  * rendered, and conversion between logical character positions within


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