talons

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

commit 37794f6a742ca2aeda561d75fc96cfa6088cacb1
parent 437f56ed66d72c3e70efcd4221b93882a33fec36
Author: Ricardo Mones <ricardo@mones.org>
Date:   Sun,  1 May 2016 16:56:18 +0200

Fix frequently ocurring typos :)

Diffstat:
Msrc/plugins/notification/gtkhotkey/gtk-hotkey-error.h | 4++--
Msrc/plugins/notification/notification_foldercheck.c | 2+-
Msrc/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 @@ -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 #GError<!-- -->s related to #GtkHotkeyListener<!-- -->s diff --git 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 @@ -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) {