docs: use apostrophe in *'ve

This commit is contained in:
William Jon McCann
2014-02-07 13:38:26 -05:00
parent a4b5929e81
commit fa3f1e1488
8 changed files with 8 additions and 8 deletions

View File

@ -121,7 +121,7 @@
* G_CALLBACK (gtk_widget_destroy),
* dialog);
*
* /* Add the label, and show everything we've added to the dialog */
* /* Add the label, and show everything weve added to the dialog */
*
* gtk_container_add (GTK_CONTAINER (content_area), label);
* gtk_widget_show_all (dialog);