mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +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:
@@ -1300,7 +1300,7 @@ update_mimeapps_list (const char *desktop_id,
|
||||
list[i++] = g_strdup (old_list[j]);
|
||||
else if (add_non_default)
|
||||
{
|
||||
/* If adding as non-default, and its already in,
|
||||
/* If adding as non-default, and it's already in,
|
||||
don't change order of desktop ids */
|
||||
add_non_default = FALSE;
|
||||
list[i++] = g_strdup (old_list[j]);
|
||||
|
Reference in New Issue
Block a user