mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +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:
@@ -593,7 +593,7 @@ g_io_extension_point_implement (const char *extension_point_name,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* Its safe to register the same type multiple times */
|
||||
/* It's safe to register the same type multiple times */
|
||||
for (l = extension_point->extensions; l != NULL; l = l->next)
|
||||
{
|
||||
extension = l->data;
|
||||
|
Reference in New Issue
Block a user