[cairo-commit] src/cairo-scaled-font.c
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Sep 23 16:18:25 PDT 2008
src/cairo-scaled-font.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0baf12f450e12b9f2fb4e55bfeb7738dd5145cbd
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Sep 23 19:18:00 2008 -0400
[scaled-font] Another typo fix in the comments
Both this and previous one kindly pointed out by Carl.
diff --git a/src/cairo-scaled-font.c b/src/cairo-scaled-font.c
index 7bf0dac..a8185af 100644
--- a/src/cairo-scaled-font.c
+++ b/src/cairo-scaled-font.c
@@ -407,7 +407,7 @@ _cairo_scaled_font_map_destroy (void)
*
* The reason we have to create a fake scaled font instead of just using
* scaled_font is for lifecycle management: we need to (or rather,
- * other code needs to) reference the scaked_font in the hash table.
+ * other code needs to) reference the scaled_font in the hash table.
* We can't do that on the input scaled_font as it may be freed by
* font backend upon error.
*/
More information about the cairo-commit
mailing list