summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 13:38:26 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 13:38:26 -0500
commitfa3f1e1488b889edefbfddd593964c2047d62d2c (patch)
tree8c3dd5ba213d2fc7cb12805054c3aca68d44ab1f /gtk/gtkdialog.c
parenta4b5929e81b526cbc92e47a6fa1096a0e44209cb (diff)
downloadgtk+-fa3f1e1488b889edefbfddd593964c2047d62d2c.tar.gz
docs: use apostrophe in *'ve
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r--gtk/gtkdialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index bbc13203c8..4f26d3b76c 100644
--- a/gtk/gtkdialog.c
+++ b/gtk/gtkdialog.c
@@ -121,7 +121,7 @@
* G_CALLBACK (gtk_widget_destroy),
* dialog);
*
- * /&ast; Add the label, and show everything we've added to the dialog &ast;/
+ * /&ast; Add the label, and show everything we’ve added to the dialog &ast;/
*
* gtk_container_add (GTK_CONTAINER (content_area), label);
* gtk_widget_show_all (dialog);