Bug 506284 – docs typo for pango_coverage_unref Patch from Christian PANGO_1_18_4
authorBehdad Esfahbod <behdad@gnome.org>
Sat, 29 Dec 2007 20:23:31 +0000 (20:23 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sat, 29 Dec 2007 20:23:31 +0000 (20:23 +0000)
2007-12-29  Behdad Esfahbod  <behdad@gnome.org>

        Bug 506284 – docs typo for pango_coverage_unref
        Patch from Christian Persch

        * pango/pango-coverage.c (pango_coverage_unref): Fix typo in docs.

svn path=/trunk/; revision=2532

ChangeLog
pango/pango-coverage.c

index 771072e..eab572f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-12-29  Behdad Esfahbod  <behdad@gnome.org>
+
+       Bug 506284 – docs typo for pango_coverage_unref
+       Patch from Christian Persch
+
+       * pango/pango-coverage.c (pango_coverage_unref): Fix typo in docs.
+
 2007-12-21  Behdad Esfahbod  <behdad@gnome.org>
 
        * docs/Makefile.am: Check for dummy man pages in dist-local.
index 4ecdaf7..c9c27dc 100644 (file)
@@ -131,8 +131,8 @@ pango_coverage_ref (PangoCoverage *coverage)
  * pango_coverage_unref:
  * @coverage: a #PangoCoverage
  *
- * Increase the reference count on the #PangoCoverage by one.
- * if the result is zero, free the coverage and all associated memory.
+ * Decrease the reference count on the #PangoCoverage by one.
+ * If the result is zero, free the coverage and all associated memory.
  **/
 void
 pango_coverage_unref (PangoCoverage *coverage)