[pango] trivial: fix a typo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [pango] trivial: fix a typo
- Date: Fri, 30 Jun 2017 10:06:07 +0000 (UTC)
commit b225c305e8a75e2ffff44fefa05bd67d0aea1e7e
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jun 30 06:02:51 2017 -0400
    trivial: fix a typo
    
    s/bytess/bytes/ in a warning.
 pango/pangocairo-render.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pango/pangocairo-render.c b/pango/pangocairo-render.c
index 73b1ae3..7670ca1 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);
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]