[pango] Fix typo



commit efd34a719271d3c386d5fd4d852619829355fc88
Author: Behdad Esfahbod <behdad behdad org>
Date:   Fri Jul 17 01:41:42 2009 -0400

    Fix typo

 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 23c5dbf..52ae985 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -3848,7 +3848,7 @@ pango_layout_check_lines (PangoLayout *layout)
       state.glyphs = NULL;
       state.log_widths = NULL;
 
-      /* for deterministic bug haunting's sake set everything! */
+      /* for deterministic bug hunting's sake set everything! */
       state.line_width = -1;
       state.remaining_width = -1;
       state.log_widths_offset = 0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]