mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
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:
@@ -527,7 +527,7 @@ g_param_spec_set_qdata_full (GParamSpec *pspec,
|
||||
* @quark: a #GQuark, naming the user data pointer
|
||||
*
|
||||
* Gets back user data pointers stored via g_param_spec_set_qdata()
|
||||
* and removes the @data from @pspec without invoking it's destroy()
|
||||
* and removes the @data from @pspec 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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user