diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-11-16 18:56:47 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-01-03 20:12:13 -0500 |
commit | da05ac0bd0a4eaac1bed07838fe79f5c04cef689 (patch) | |
tree | c380b02943636608542d57588bcbfa5b05e24ff2 | |
parent | ce3ff3508b9fd9413c5c7d6fbd2f59c7b287ba26 (diff) | |
download | pango-da05ac0bd0a4eaac1bed07838fe79f5c04cef689.tar.gz |
Docs: fix a typo
-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 68ffd190..88e142af 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -407,7 +407,7 @@ pango_layout_get_width (PangoLayout *layout) * paragraph. That is, the total number of lines shown may well be more than * this value if the layout contains multiple paragraphs of text. * The default value of -1 means that first line of each paragraph is ellipsized. - * This behvaior may be changed in the future to act per layout instead of per + * This behavior may be changed in the future to act per layout instead of per * paragraph. File a bug against pango at <ulink * url="http://bugzilla.gnome.org/">http://bugzilla.gnome.org/</ulink> if your * code relies on this behavior. |