summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-04-23 19:43:40 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-04-23 19:43:40 -0400
commitad3653751b1e4a03f7058200cb83f64db46722d5 (patch)
tree2e5b31ba80aeedf7605fceaa0c5376b4b822bf36
parent990443e5f282ad61de00dcf1ebff9cf1d5bc2d70 (diff)
Typo
-rw-r--r--src/hb-open-type-private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh
index ccd26dc..106af0c 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 */