summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-20 12:14:28 -0700
committerMatthias Clasen <mclasen@redhat.com>2019-07-22 08:26:01 -0700
commit9033c38a4f98c6e3425e83eb62b1fc54e5f43238 (patch)
tree8b056f87db4f3528edbb4f72d01ca0b894eb2af8 /pango/pango-layout.c
parentafb39e08706c7dac045a2e9a47ad75d76c993d6a (diff)
downloadpango-9033c38a4f98c6e3425e83eb62b1fc54e5f43238.tar.gz
Fix a comment typo
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r--pango/pango-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index a4af0e03..414525d7 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -3459,7 +3459,7 @@ find_hyphen_width (PangoItem *item)
hb_font_t *hb_font;
hb_codepoint_t glyph;
- /* This is not technically correct, since we
+ /* This is not technically correct, since
* a) we may end up inserting a different hyphen
* b) we should reshape the entire run
* But it is close enough in practice