Fix typo (thanks lintian.d.o!)
[claws.git] / src / plugins / notification / gtkhotkey / gtk-hotkey-key-file-registry.c
index 02259a2d2f1e2aa030f176436dba0a71b83285e2..1a63e0dfd5bc0da570a14c4a1d8c51ba56bbf35d 100644 (file)
@@ -207,7 +207,7 @@ gtk_hotkey_key_file_registry_real_store_hotkey (GtkHotkeyRegistry   *base,
        GKeyFile                                        *keyfile;
        GFile                                           *file, *home;
        GError                                          *tmp_error;
-       gchar                                           *file_path, *group;
+       gchar                                           *file_path, *group = NULL;
        
        
        g_return_val_if_fail (GTK_HOTKEY_IS_INFO (info), FALSE);
@@ -631,7 +631,7 @@ get_hotkey_info_from_key_file (GKeyFile     *keyfile,
                if (!G_IS_APP_INFO(app_info)) {
                        g_set_error (error, GTK_HOTKEY_REGISTRY_ERROR,
                                                 GTK_HOTKEY_REGISTRY_ERROR_MISSING_APP,
-                                                "Keyfile refering to 'AppInfo = %s', but no application"
+                                                "Keyfile referring to 'AppInfo = %s', but no application"
                                                 "by that id is registered on the system", app_info_id);
                        goto clean_up;
                }