mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 17:18:42 +02:00
Fix typo in comment
This commit is contained in:
parent
7dbc2fe80a
commit
4314cae874
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue