--- colord-0.1.10.orig/README +++ colord-0.1.10/README @@ -10,7 +10,7 @@ What colord does: "Get me the profiles for device $foo" or "Create a device and assign it profile $bar" -* Provides a persistant key-file backed store that is preserved accross +* Provides a persistent key-file backed store that is preserved accross reboots. * Provides the session for a way to set system settings, for instance --- colord-0.1.10.orig/NEWS +++ colord-0.1.10/NEWS @@ -121,7 +121,7 @@ New Features: Bugfixes: - Do not emit a critical warning if ID_MODEL doesn't exist for a device - Remove any .icc suffix automatically from the encoded profile title - - Return an error if the user tries to create a persistant profile + - Return an error if the user tries to create a persistent profile - The DTP92 cannot profile LCDs, according to Graeme - Use cmsOpenProfileFromFile() rather than getting the complete profile content - Use the embedded profile-id if it is available, else fallback to the file MD5 --- colord-0.1.10.orig/src/cd-main.c +++ colord-0.1.10/src/cd-main.c @@ -230,11 +230,11 @@ cd_main_create_profile (const gchar *sen /* setup DBus watcher */ cd_profile_watch_sender (profile_tmp, sender); } else if ((scope & CD_OBJECT_SCOPE_DISK) > 0) { - g_debug ("CdMain: persistant profile"); + g_debug ("CdMain: persistent profile"); g_set_error_literal (error, CD_MAIN_ERROR, CD_MAIN_ERROR_FAILED, - "persistant profiles are no yet supported"); + "persistent profiles are no yet supported"); goto out; } else { g_warning ("CdMain: Unsupported scope kind: %i", scope); @@ -350,7 +350,7 @@ cd_main_device_add (CdDevice *device, /* different persistent scope */ scope = cd_device_get_scope (device); if (scope == CD_OBJECT_SCOPE_DISK && sender != NULL) { - g_debug ("CdMain: persistant device"); + g_debug ("CdMain: persistent device"); /* add to the device database */ ret = cd_device_db_add (device_db,