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.
This commit is contained in:
Will Thompson
2012-02-29 17:19:55 +00:00
parent 9d81b69e06
commit 507bf6e5cf
12 changed files with 24 additions and 24 deletions

View File

@ -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.
*