Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
GObject: correct documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Thompson committed Feb 11, 2011
1 parent b1d02f9 commit c2d98c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gobject/gobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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().
*
Expand Down

0 comments on commit c2d98c5

Please sign in to comment.