From 37794f6a742ca2aeda561d75fc96cfa6088cacb1 Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Sun, 1 May 2016 16:56:18 +0200 Subject: [PATCH] Fix frequently ocurring typos :) --- src/plugins/notification/gtkhotkey/gtk-hotkey-error.h | 4 ++-- src/plugins/notification/notification_foldercheck.c | 2 +- src/privacy.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/notification/gtkhotkey/gtk-hotkey-error.h b/src/plugins/notification/gtkhotkey/gtk-hotkey-error.h index 0c0f872b3..a5666310c 100644 --- a/src/plugins/notification/gtkhotkey/gtk-hotkey-error.h +++ b/src/plugins/notification/gtkhotkey/gtk-hotkey-error.h @@ -45,9 +45,9 @@ GQuark gtk_hotkey_registry_error_quark (void); /** * GtkHotkeyListenerError: - * @GTK_HOTKEY_LISTENER_ERROR_BIND: An error occured when binding a hotkey with + * @GTK_HOTKEY_LISTENER_ERROR_BIND: An error occurred when binding a hotkey with * the listener - * @GTK_HOTKEY_LISTENER_ERROR_UNBIND: An error occured when unbinding a hotkey + * @GTK_HOTKEY_LISTENER_ERROR_UNBIND: An error occurred when unbinding a hotkey * with the listener * * Error codes for #GErrors related to #GtkHotkeyListeners diff --git a/src/plugins/notification/notification_foldercheck.c b/src/plugins/notification/notification_foldercheck.c index 5779e55d6..d260f6c1b 100644 --- a/src/plugins/notification/notification_foldercheck.c +++ b/src/plugins/notification/notification_foldercheck.c @@ -299,7 +299,7 @@ void notification_foldercheck_write_array(void) /* Read selections from a common xml-file. Called when loading the plugin. * Returns TRUE if data has been read, FALSE if no data is available - * or an error occured. + * or an error occurred. * This is analog to folder.h::folder_read_list. */ gboolean notification_foldercheck_read_array(void) { diff --git a/src/privacy.c b/src/privacy.c index c63fbbdad..01b282a6b 100644 --- a/src/privacy.c +++ b/src/privacy.c @@ -191,7 +191,7 @@ void privacy_msginfo_get_signed_state(MsgInfo *msginfo, gchar **system) * If the MimeInfo is not signed an error code will be returned. * * \return Error code indicating the result of the check, - * < 0 if an error occured + * < 0 if an error occurred */ gint privacy_mimeinfo_check_signature(MimeInfo *mimeinfo) { -- 2.25.1