Fix "it's" vs "its" confusion throughout the source. Patch by Will

* Fix "it's" vs "its" confusion throughout the source. Patch
        by Will Thompson.


svn path=/trunk/; revision=7897
This commit is contained in:
Matthias Clasen
2009-02-23 04:30:06 +00:00
parent 8ad668c7f0
commit f548330275
22 changed files with 45 additions and 30 deletions

View File

@@ -2512,7 +2512,7 @@ g_object_set_qdata_full (GObject *object,
*
* This function gets back user data pointers stored via
* g_object_set_qdata() and removes the @data from object
* without invoking it's destroy() function (if any was
* without invoking its destroy() function (if any was
* set).
* Usually, calling this function is only required to update
* user data pointers with a destroy notifier, for example: