summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 13:42:09 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 13:42:09 -0500
commit4dee965116da4b45ec51411ed27928f6fc0845ba (patch)
tree23e52c2ff1adfb05282cf70a780ee01406b7e6d6 /gtk/gtkradiobutton.c
parentcb6483d382e1529ba94cf3e597ee3fe116745c8b (diff)
downloadgtk+-4dee965116da4b45ec51411ed27928f6fc0845ba.tar.gz
docs: use apostrophe in *'m
Diffstat (limited to 'gtk/gtkradiobutton.c')
-rw-r--r--gtk/gtkradiobutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkradiobutton.c b/gtk/gtkradiobutton.c
index 0d93796ce9..e4e14cc61c 100644
--- a/gtk/gtkradiobutton.c
+++ b/gtk/gtkradiobutton.c
@@ -86,7 +86,7 @@
*
* /&ast; Create a radio button with a label &ast;/
* radio2 = gtk_radio_button_new_with_label_from_widget (GTK_RADIO_BUTTON (radio1),
- * "I'm the second radio button.");
+ * "I’m the second radio button.");
*
* /&ast; Pack them into a box, then show all the widgets &ast;/
* gtk_box_pack_start (GTK_BOX (box), radio1, TRUE, TRUE, 2);