[goffice] Doc fixes.



commit 98f29c4b23a7e9f5e8d4f548c9e071ea0d93a61f
Author: Morten Welinder <terra gnome org>
Date:   Mon Feb 21 10:02:02 2011 -0500

    Doc fixes.

 goffice/gtk/go-color-palette.c |    1 -
 goffice/gtk/go-combo-color.c   |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/goffice/gtk/go-color-palette.c b/goffice/gtk/go-color-palette.c
index 88dd729..dde1f51 100644
--- a/goffice/gtk/go-color-palette.c
+++ b/goffice/gtk/go-color-palette.c
@@ -392,7 +392,6 @@ go_color_palette_set_title (GOColorPalette *pal, char const *title)
  * @p : #GOColorPalette
  * @cg : #GOColorGroup
  *
- * Absorbs the reference to the group
  **/
 void
 go_color_palette_set_group (GOColorPalette *p, GOColorGroup *cg)
diff --git a/goffice/gtk/go-combo-color.c b/goffice/gtk/go-combo-color.c
index b12d592..1657ded 100644
--- a/goffice/gtk/go-combo-color.c
+++ b/goffice/gtk/go-combo-color.c
@@ -223,7 +223,7 @@ color_table_setup (GOComboColor *cc,
 {
 	g_return_if_fail (cc != NULL);
 
-	/* Tell the palette that we will be changing it's custom colors */
+	/* Tell the palette that we will be changing its custom colors */
 	cc->palette = (GOColorPalette *)go_color_palette_new (no_color_label,
 		cc->default_color, color_group);
 	g_signal_connect (cc->palette,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]