From ad3653751b1e4a03f7058200cb83f64db46722d5 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 23 Apr 2010 19:43:40 -0400 Subject: [PATCH] Typo --- src/hb-open-type-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index ccd26dc4e..106af0ca6 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -295,7 +295,7 @@ struct Sanitizer if (sane) { if (context.edit_count) { #if HB_DEBUG_SANITIZE - fprintf (stderr, "Sanitizer %p passed first round with %d edits; going a second round %s\n", + fprintf (stderr, "Sanitizer %p passed first round with %d edits; doing a second round %s\n", blob, context.edit_count, __PRETTY_FUNCTION__); #endif /* sanitize again to ensure no toe-stepping */