From 23fa0e341f2daa9c05447c274ae3b73530b44b28 Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Tue, 30 Dec 2014 13:46:11 +0100 Subject: [PATCH] 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 5f6213167d..9b3e7bb1e8 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 1076943b3d..8677da4e0b 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,