summaryrefslogtreecommitdiff
path: root/gtk/gtksocket.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 13:01:26 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 13:06:10 -0500
commit7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e (patch)
tree7b75aa3eebb772a7cf28f4b639f84b273fbbca62 /gtk/gtksocket.c
parentf116f0071e3a0f03c973532bceee30b3221e5b3f (diff)
downloadgtk+-7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e.tar.gz
docs: use proper apostrophe
https://wiki.gnome.org/Design/OS/Typography
Diffstat (limited to 'gtk/gtksocket.c')
-rw-r--r--gtk/gtksocket.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtksocket.c b/gtk/gtksocket.c
index a8293e43d0..0bd7bc6f1b 100644
--- a/gtk/gtksocket.c
+++ b/gtk/gtksocket.c
@@ -60,11 +60,11 @@
* Together with #GtkPlug, #GtkSocket provides the ability to embed
* widgets from one process into another process in a fashion that
* is transparent to the user. One process creates a #GtkSocket widget
- * and passes that widget's window ID to the other process, which then
+ * and passes that widget’s window ID to the other process, which then
* creates a #GtkPlug with that window ID. Any widgets contained in the
- * #GtkPlug then will appear inside the first application's window.
+ * #GtkPlug then will appear inside the first application’s window.
*
- * The socket's window ID is obtained by using gtk_socket_get_id().
+ * The socket’s window ID is obtained by using gtk_socket_get_id().
* Before using this function, the socket must have been realized,
* and for hence, have been added to its parent.
*
@@ -1002,7 +1002,7 @@ gtk_socket_forall (GtkContainer *container,
* gtk_socket_add_window:
* @socket: a #GtkSocket
* @xid: the native identifier for a window
- * @need_reparent: whether the socket's plug's window needs to be
+ * @need_reparent: whether the socket’s plug’s window needs to be
* reparented to the socket
*
* Adds a window to a GtkSocket.