From b225c305e8a75e2ffff44fefa05bd67d0aea1e7e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 30 Jun 2017 06:02:51 -0400 Subject: trivial: fix a typo s/bytess/bytes/ in a warning. --- pango/pangocairo-render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pango/pangocairo-render.c b/pango/pangocairo-render.c index 73b1ae36..7670ca13 100644 --- a/pango/pangocairo-render.c +++ b/pango/pangocairo-render.c @@ -598,7 +598,7 @@ pango_cairo_renderer_draw_glyph_item (PangoRenderer *renderer, num_glyphs = backward ? iter.start_glyph - iter.end_glyph : iter.end_glyph - iter.start_glyph; if (num_bytes < 1) - g_warning ("pango_cairo_renderer_draw_glyph_item: bad cluster has num_bytess %d", num_bytes); + g_warning ("pango_cairo_renderer_draw_glyph_item: bad cluster has num_bytes %d", num_bytes); if (num_glyphs < 1) g_warning ("pango_cairo_renderer_draw_glyph_item: bad cluster has num_glyphs %d", num_glyphs); -- cgit v1.2.1