summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderer.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/gtkcellrenderer.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/gtkcellrenderer.c')
-rw-r--r--gtk/gtkcellrenderer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellrenderer.c b/gtk/gtkcellrenderer.c
index 78fb31c863..9f4b4e203f 100644
--- a/gtk/gtkcellrenderer.c
+++ b/gtk/gtkcellrenderer.c
@@ -46,7 +46,7 @@
* is rendered in the correct location using gtk_cell_renderer_render().
*
* There are a number of rules that must be followed when writing a new
- * #GtkCellRenderer. First and foremost, its important that a certain set
+ * #GtkCellRenderer. First and foremost, it's important that a certain set
* of properties will always yield a cell renderer of the same size,
* barring a #GtkStyle change. The #GtkCellRenderer also has a number of
* generic properties that are expected to be honored by all children.