talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 8db8d39549aeb6feea1884621b36f644e0d52a27
parent 53ea6f806cd72e597d86bcfa24c9c813e1034e79
Author: Ricardo Mones <ricardo@mones.org>
Date:   Sat, 22 Oct 2016 12:57:49 +0200

Fix typo (thanks lintian.d.o!)

Diffstat:
Msrc/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c b/src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c @@ -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; }