[cairo-commit] src/cairo-scaled-font.c

Behdad Esfahbod behdad at kemper.freedesktop.org
Sat May 24 19:19:48 PDT 2008


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

New commits:
commit 8dc1e6d945ca86b4af33ad9a5f627688fa15a5cc
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sat May 24 22:13:01 2008 -0400

    One more typo fix

diff --git a/src/cairo-scaled-font.c b/src/cairo-scaled-font.c
index 197cce6..01bf169 100644
--- a/src/cairo-scaled-font.c
+++ b/src/cairo-scaled-font.c
@@ -500,7 +500,7 @@ _cairo_scaled_font_init (cairo_scaled_font_t               *scaled_font,
 	 * FIXME:  If the scale is rank 1, we still go into error mode.  But then
 	 * again, that's what we do everywhere in cairo.
 	 *
-	 * Also, the check for == 0. below may bee too harsh...
+	 * Also, the check for == 0. below may be too harsh...
 	 */
         if (scaled_font->scale.xx == 0. && scaled_font->scale.xy == 0. &&
 	    scaled_font->scale.yx == 0. && scaled_font->scale.yy == 0.)


More information about the cairo-commit mailing list