diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-07 05:49:53 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-07 05:49:53 +0000 |
commit | eed4bfd92100d915d9d2f8e7c2d7ecac659a688a (patch) | |
tree | c9fc4aba099ee71d57d3f87f9b7af1abd5bce54b /pango/pango-layout.h | |
parent | 59d1e39f888107431975300e2b6b2452ff737f45 (diff) | |
download | pango-eed4bfd92100d915d9d2f8e7c2d7ecac659a688a.tar.gz |
Spell-check the docs.
svn path=/trunk/; revision=2130
Diffstat (limited to 'pango/pango-layout.h')
-rw-r--r-- | pango/pango-layout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-layout.h b/pango/pango-layout.h index df1851c9..6e24a565 100644 --- a/pango/pango-layout.h +++ b/pango/pango-layout.h @@ -1,5 +1,5 @@ /* Pango - * pango-layout.h: Highlevel layout driver + * pango-layout.h: High-level layout driver * * Copyright (C) 2000 Red Hat Software * @@ -86,7 +86,7 @@ struct _PangoLayoutLine #define PANGO_LAYOUT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), PANGO_TYPE_LAYOUT, PangoLayoutClass)) /* The PangoLayout and PangoLayoutClass 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_layout_get_type (void) G_GNUC_CONST; |