summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-02-11 15:18:02 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-02-11 15:21:12 +0000
commitc2d98c56092db1f7bcf79cbbbb494abfd1255b52 (patch)
tree220eebb9bfde71091895d73c3e3a4d0566d18b38 /gobject
parentb1d02f9323d4eb157dc99e0b7a79d06a2e510500 (diff)
GObject: correct documentation typos
Diffstat (limited to 'gobject')
-rw-r--r--gobject/gobject.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gobject/gobject.c b/gobject/gobject.c
index afc1ddc7b..d32432ce0 100644
--- a/gobject/gobject.c
+++ b/gobject/gobject.c
@@ -2389,7 +2389,7 @@ object_floating_flag_handler (GObject *object,
* g_object_is_floating:
* @object: (type GObject.Object): a #GObject
*
- * Checks wether @object has a <link linkend="floating-ref">floating</link>
+ * Checks whether @object has a <link linkend="floating-ref">floating</link>
* reference.
*
* Since: 2.10
@@ -2442,7 +2442,7 @@ g_object_ref_sink (gpointer _object)
*
* This function is intended for #GObject implementations to re-enforce a
* <link linkend="floating-ref">floating</link> object reference.
- * Doing this is seldomly required, all
+ * Doing this is seldomly required: all
* #GInitiallyUnowned<!-- -->s are created with a floating reference which
* usually just needs to be sunken by calling g_object_ref_sink().
*