[cairo-commit] cairo/src cairo-ft-font.c, 1.114, 1.115 cairo-gstate.c, 1.190, 1.191 cairoint.h, 1.236, 1.237

Christian Biesinger commit at pdx.freedesktop.org
Wed Dec 21 08:19:49 PST 2005


Committed by: biesi

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv16845/src

Modified Files:
	cairo-ft-font.c cairo-gstate.c cairoint.h 
Log Message:
2005-12-21  Christian Biesinger  <cbiesinger at web.de>

       * src/cairo-ft-font.c:
       (_cairo_ft_unscaled_font_create_for_pattern):
       * src/cairo-gstate.c:
       * src/cairoint.h:
       Fix some typos


Index: cairo-ft-font.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-ft-font.c,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- cairo-ft-font.c	16 Dec 2005 11:02:35 -0000	1.114
+++ cairo-ft-font.c	21 Dec 2005 16:19:47 -0000	1.115
@@ -401,7 +401,7 @@
 
     _cairo_ft_unscaled_font_init_key (&key, filename, id);
 
-    /* Return exsiting unscaled font if it exists in the hash table. */
+    /* Return existing unscaled font if it exists in the hash table. */
     if (_cairo_hash_table_lookup (font_map->hash_table, &key.base.hash_entry,
 				  (cairo_hash_entry_t **) &unscaled))
     {

Index: cairo-gstate.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-gstate.c,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- cairo-gstate.c	20 Dec 2005 17:37:15 -0000	1.190
+++ cairo-gstate.c	21 Dec 2005 16:19:47 -0000	1.191
@@ -1240,7 +1240,7 @@
  *
  * Metrics are returned in user space, whether they are obtained from
  * the currently selected font in a  #cairo_t or from a #cairo_scaled_font_t
- * which is aa font specialized to a particular scale matrix, CTM, and target
+ * which is a font specialized to a particular scale matrix, CTM, and target
  * surface. 
  *
  * The font's view
@@ -1294,7 +1294,7 @@
  * -------------------
  *
  * Since the values entering and leaving via public API calls are in user
- * space, the gstate functions typically need to multiply argumens by the
+ * space, the gstate functions typically need to multiply arguments by the
  * CTM (for user-input glyph vectors), and return values by the CTM inverse
  * (for font responses such as metrics or glyph vectors).
  *

Index: cairoint.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairoint.h,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -d -r1.236 -r1.237
--- cairoint.h	20 Dec 2005 17:37:15 -0000	1.236
+++ cairoint.h	21 Dec 2005 16:19:47 -0000	1.237
@@ -844,7 +844,7 @@
     /*
      * Each time a clip region is modified, it gets the next value in this
      * sequence.  This means that clip regions for this surface are uniquely
-     * identified andupdates to the clip can be readily identified
+     * identified and updates to the clip can be readily identified
      */
     unsigned int next_clip_serial;
     /*



More information about the cairo-commit mailing list