diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-01-07 02:08:15 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-01-07 02:08:15 -0500 |
commit | ded08256ef7fdc9e9468342cf5635c5e99d4d64d (patch) | |
tree | 2c312f3751aff87243f446068853042c05258f0f /src/cairo-scaled-font.c | |
parent | caa3c2e1e7901031488f5dae243a755a4e4daec9 (diff) |
Spell check the docs
Diffstat (limited to 'src/cairo-scaled-font.c')
-rwxr-xr-x | src/cairo-scaled-font.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-scaled-font.c b/src/cairo-scaled-font.c index c63f774f..92d1d4f2 100755 --- a/src/cairo-scaled-font.c +++ b/src/cairo-scaled-font.c @@ -326,7 +326,7 @@ _cairo_scaled_font_keys_equal (const void *abstract_key_a, const void *abstract_ /* XXX: This 256 number is arbitary---we've never done any measurement * of this. In fact, having a per-font glyph caches each managed - * separately is probably not waht we want anyway. Would probably be + * separately is probably not what we want anyway. Would probably be * much better to have a single cache for glyphs with random * replacement across all glyphs of all fonts. */ static int max_glyphs_cached_per_font = 256; @@ -1097,7 +1097,7 @@ _scaled_glyph_path_close_path (void *abstract_closure) * operates only on an A1 surface, (converting an A8 surface to A1 if * necessary), and performs the tracing by drawing a little square * around each pixel that is on in the mask. We do not pretend that - * this is a high-quality result. But we are leaving it up to somone + * this is a high-quality result. But we are leaving it up to someone * who cares enough about getting a better result to implement * something more sophisticated. **/ |