diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-04-10 12:05:15 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-04-10 12:05:15 +0000 |
commit | 7a88d0c6601d5fef4a0850a83145b3b971b51e37 (patch) | |
tree | aeedf7e18de99b6a994849651c01388656e2b9fe /pango | |
parent | acea99b46dd4f6b92229089633b0a5d54498d984 (diff) | |
parent | b16e9ae4a692cd4d2bb45f6c9222c6f9e9790114 (diff) | |
download | pango-7a88d0c6601d5fef4a0850a83145b3b971b51e37.tar.gz |
Merge branch 'victor.mireyev-master-patch-08214' into 'master'master
Fix typo in PangoLayout: add missing backtick
See merge request GNOME/pango!319
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |