summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--pango/pango-coverage.c4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 771072e8..eab572f6 100644
--- 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.
diff --git a/pango/pango-coverage.c b/pango/pango-coverage.c
index 4ecdaf78..c9c27dcd 100644
--- a/pango/pango-coverage.c
+++ b/pango/pango-coverage.c
@@ -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)