summaryrefslogtreecommitdiff
path: root/gtk/gtktoolitem.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/gtktoolitem.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/gtktoolitem.c')
-rw-r--r--gtk/gtktoolitem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c
index 1671753710..90ba2fd744 100644
--- a/gtk/gtktoolitem.c
+++ b/gtk/gtktoolitem.c
@@ -1409,7 +1409,7 @@ gtk_tool_item_toolbar_reconfigured (GtkToolItem *tool_item)
/* The slightely inaccurate name "gtk_tool_item_toolbar_reconfigured" was
* choosen over "gtk_tool_item_tool_shell_reconfigured", since the function
* emits the "toolbar-reconfigured" signal, not "tool-shell-reconfigured".
- * Its not possible to rename the signal, and emitting another name than
+ * It's not possible to rename the signal, and emitting another name than
* indicated by the function name would be quite confusing. That's the
* price of providing stable APIs.
*/