[gtk+] Fix typos in documentation



commit 23fa0e341f2daa9c05447c274ae3b73530b44b28
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Dec 30 13:46:11 2014 +0100

    Fix typos in documentation

 gtk/gtkcolorbutton.c        |    2 +-
 gtk/gtkcolorchooserwidget.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c
index 5f62131..9b3e7bb 100644
--- a/gtk/gtkcolorbutton.c
+++ b/gtk/gtkcolorbutton.c
@@ -49,7 +49,7 @@
  * @See_also: #GtkColorSelectionDialog, #GtkFontButton
  *
  * The #GtkColorButton is a button which displays the currently selected
- * color an allows to open a color selection dialog to change the color.
+ * color and allows to open a color selection dialog to change the color.
  * It is suitable widget for selecting a color in a preference dialog.
  */
 
diff --git a/gtk/gtkcolorchooserwidget.c b/gtk/gtkcolorchooserwidget.c
index 1076943..8677da4 100644
--- a/gtk/gtkcolorchooserwidget.c
+++ b/gtk/gtkcolorchooserwidget.c
@@ -39,7 +39,7 @@
  * @See_also: #GtkColorChooserDialog
  *
  * The #GtkColorChooserWidget widget lets the user select a
- * color. By default, the chooser presents a prefined palette
+ * color. By default, the chooser presents a predefined palette
  * of colors, plus a small number of settable custom colors.
  * It is also possible to select a different color with the
  * single-color editor. To enter the single-color editing mode,


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