summaryrefslogtreecommitdiff
path: root/pango/pango-context.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2007-01-07 05:49:53 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-01-07 05:49:53 +0000
commiteed4bfd92100d915d9d2f8e7c2d7ecac659a688a (patch)
treec9fc4aba099ee71d57d3f87f9b7af1abd5bce54b /pango/pango-context.h
parent59d1e39f888107431975300e2b6b2452ff737f45 (diff)
downloadpango-eed4bfd92100d915d9d2f8e7c2d7ecac659a688a.tar.gz
Spell-check the docs.
svn path=/trunk/; revision=2130
Diffstat (limited to 'pango/pango-context.h')
-rw-r--r--pango/pango-context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-context.h b/pango/pango-context.h
index 25bdf4ab..12a2508a 100644
--- a/pango/pango-context.h
+++ b/pango/pango-context.h
@@ -44,7 +44,7 @@ typedef struct _PangoContextClass PangoContextClass;
/* The PangoContext and PangoContextClass structs are private; if you
- * need to create a subclass of these, mail otaylor@redhat.com
+ * need to create a subclass of these, file a bug.
*/
GType pango_context_get_type (void) G_GNUC_CONST;
@@ -89,7 +89,7 @@ G_CONST_RETURN PangoMatrix *pango_context_get_matrix (PangoContext *context
/* Break a string of Unicode characters into segments with
* consistent shaping/language engine and bidrectional level.
- * Returns a GList of PangoItem's
+ * Returns a #GList of #PangoItem's
*/
GList *pango_itemize (PangoContext *context,
const char *text,