summaryrefslogtreecommitdiff
path: root/gtk/gtkplug.c
diff options
context:
space:
mode:
authorVitaly Tishkov <tvv@sparc.spb.su>2002-05-13 14:16:03 +0000
committerVitaly Tishkov <tvv@src.gnome.org>2002-05-13 14:16:03 +0000
commitf3630587a2e44574384eb73ef5343da9d2a9706f (patch)
tree6ab65f8cda1bf95d9d594af6b7689df4404b874f /gtk/gtkplug.c
parentf7d4585d78138438f99f6bf4434b06d51132a5a0 (diff)
downloadgdk-pixbuf-f3630587a2e44574384eb73ef5343da9d2a9706f.tar.gz
gtk/gtkfilesel.c gtk/gtkplug.c gtk/gtkwidget.c gtk/gtkwindow.c a few typos
2002-05-13 Vitaly Tishkov <tvv@sparc.spb.su> * gtk/gtkfilesel.c * gtk/gtkplug.c * gtk/gtkwidget.c * gtk/gtkwindow.c a few typos in docs were fixed
Diffstat (limited to 'gtk/gtkplug.c')
-rw-r--r--gtk/gtkplug.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c
index 44c298420..18fc239d5 100644
--- a/gtk/gtkplug.c
+++ b/gtk/gtkplug.c
@@ -313,7 +313,7 @@ _gtk_plug_remove_from_socket (GtkPlug *plug,
* @plug: a #GtkPlug.
* @socket_id: the XID of the socket's window.
*
- * Finish the Initialization of @plug for a given #GtkSocket identified by
+ * Finish the initialization of @plug for a given #GtkSocket identified by
* @socket_id. This function will generally only be used by classes deriving from #GtkPlug.
**/
void
@@ -330,7 +330,7 @@ gtk_plug_construct (GtkPlug *plug,
* #GtkSocket.
* @socket_id: the XID of the socket's window.
*
- * Finish the Initialization of @plug for a given #GtkSocket identified by
+ * Finish the initialization of @plug for a given #GtkSocket identified by
* @socket_id which is currently displayed on @display.
* This function will generally only be used by classes deriving from #GtkPlug.
**/
@@ -387,7 +387,7 @@ gtk_plug_new (GdkNativeWindow socket_id)
* @display : the #GdkDisplay on which @socket_id is displayed
* @socket_id: the XID of the socket's window.
*
- * Create a new plug widget inside the GtkSocket identified by socket_id.
+ * Create a new plug widget inside the #GtkSocket identified by socket_id.
*
* Return value: the new #GtkPlug widget.
*/