[cairo] [PATCH] a typo in documentation

Kouhei Sutou kou at cozmixng.org
Sat Aug 16 20:28:49 PDT 2008


Hi,

I found a typo in documentation of
cairo_select_font_face():

diff --git a/src/cairo.c b/src/cairo.c
index 82cd80b..a533a7b 100644
--- a/src/cairo.c
+++ b/src/cairo.c
@@ -2619,7 +2619,7 @@ cairo_copy_clip_rectangle_list (cairo_t *cr)
  * Selects a family and style of font from a simplified description as
  * a family name, slant and weight. Cairo provides no operation to
  * list available family names on the system (this is a "toy",
- * remember"), but the standard CSS2 generic family names, ("serif",
+ * remember), but the standard CSS2 generic family names, ("serif",
  * "sans-serif", "cursive", "fantasy", "monospace"), are likely to
  * work as expected.
  *


Thanks,
--
kou


More information about the cairo mailing list