summaryrefslogtreecommitdiff
path: root/gtk/gtkcellview.c
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-02-29 17:19:55 +0000
committerWill Thompson <will@willthompson.co.uk>2013-03-04 22:48:22 +0000
commit507bf6e5cf9c88b8eed91a4449e4c4558c8c5f84 (patch)
treeb47c2047104f1c3f256733dcf90741db332621ce /gtk/gtkcellview.c
parent9d81b69e06cd9c2ad9cb5204056bfae5a3128e9c (diff)
downloadgtk+-507bf6e5cf9c88b8eed91a4449e4c4558c8c5f84.tar.gz
docs: correct various spelling and grammar errors
I noticed a few cases of "wether", and while fixing them noticed a few "its" which should be "it's". It all went downhill from there.
Diffstat (limited to 'gtk/gtkcellview.c')
-rw-r--r--gtk/gtkcellview.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkcellview.c b/gtk/gtkcellview.c
index 94169f917d..d5d33ede32 100644
--- a/gtk/gtkcellview.c
+++ b/gtk/gtkcellview.c
@@ -596,7 +596,7 @@ gtk_cell_view_size_allocate (GtkWidget *widget,
/* The first cell view in context is responsible for allocating the context at allocate time
* (or the cellview has its own context and is not grouped with any other cell views)
*
- * If the cellview is in "fit model" mode, we assume its not in context and needs to
+ * If the cellview is in "fit model" mode, we assume it's not in context and needs to
* allocate every time.
*/
if (priv->fit_model)
@@ -993,7 +993,7 @@ gtk_cell_view_new_with_context (GtkCellArea *area,
* @text: the text to display in the cell view
*
* Creates a new #GtkCellView widget, adds a #GtkCellRendererText
- * to it, and makes its show @text.
+ * to it, and makes it show @text.
*
* Return value: A newly created #GtkCellView widget.
*
@@ -1058,8 +1058,8 @@ gtk_cell_view_new_with_markup (const gchar *markup)
* gtk_cell_view_new_with_pixbuf:
* @pixbuf: the image to display in the cell view
*
- * Creates a new #GtkCellView widget, adds a #GtkCellRendererPixbuf
- * to it, and makes its show @pixbuf.
+ * Creates a new #GtkCellView widget, adds a #GtkCellRendererPixbuf
+ * to it, and makes it show @pixbuf.
*
* Return value: A newly created #GtkCellView widget.
*