[cairo-commit] src/cairo-truetype-subset.c

Adrian Johnson ajohnson at kemper.freedesktop.org
Wed May 27 01:26:48 PDT 2009


 src/cairo-truetype-subset.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4314cae874dec2747df6be88859d7b6174eece31
Author: Adrian Johnson <ajohnson at redneon.com>
Date:   Wed May 27 17:56:05 2009 +0930

    Fix typo in comment

diff --git a/src/cairo-truetype-subset.c b/src/cairo-truetype-subset.c
index b3de972..92c0547 100644
--- a/src/cairo-truetype-subset.c
+++ b/src/cairo-truetype-subset.c
@@ -647,7 +647,7 @@ cairo_truetype_font_write_head_table (cairo_truetype_font_t *font,
     if (unlikely (status))
 	return _cairo_truetype_font_set_error (font, status);
 
-    /* set checkSumAdjustment to 0 for table checksum calcualtion */
+    /* set checkSumAdjustment to 0 for table checksum calculation */
     *(uint32_t *)(buffer + 8) = 0;
 
     return CAIRO_STATUS_SUCCESS;


More information about the cairo-commit mailing list