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-coverage.c | |
parent | 59d1e39f888107431975300e2b6b2452ff737f45 (diff) | |
download | pango-eed4bfd92100d915d9d2f8e7c2d7ecac659a688a.tar.gz |
Spell-check the docs.
svn path=/trunk/; revision=2130
Diffstat (limited to 'pango/pango-coverage.c')
-rw-r--r-- | pango/pango-coverage.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pango/pango-coverage.c b/pango/pango-coverage.c index 620e2b98..83900c96 100644 --- a/pango/pango-coverage.c +++ b/pango/pango-coverage.c @@ -73,9 +73,8 @@ pango_coverage_new (void) * pango_coverage_copy: * @coverage: a #PangoCoverage * - * Copy an existing #PangoCoverage. (This function may now be unecessary - * since we refcount the structure. Mail otaylor@redhat.com if you - * use it.) + * Copy an existing #PangoCoverage. (This function may now be unnecessary + * since we refcount the structure. File a bug if you use it.) * * Return value: the newly allocated #PangoCoverage, * with a reference count of one, which @@ -354,7 +353,7 @@ pango_coverage_max (PangoCoverage *coverage, * @bytes: location to store result (must be freed with g_free()) * @n_bytes: location to store size of result * - * Convert a PangoCoverage structure into a flat binary format + * Convert a #PangoCoverage structure into a flat binary format **/ void pango_coverage_to_bytes (PangoCoverage *coverage, |