summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-07-17 01:41:42 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-07-17 01:41:42 -0400
commitefd34a719271d3c386d5fd4d852619829355fc88 (patch)
treed4636559b18a6a1c9bb8b2d2593860510ff9e535
parent67052645e6afcd7f72ef852c99ee88897d2022da (diff)
downloadpango-efd34a719271d3c386d5fd4d852619829355fc88.tar.gz
Fix typo
-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 23c5dbfc..52ae9851 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;