Fix frequently ocurring typos :)
authorRicardo Mones <ricardo@mones.org>
Sun, 1 May 2016 14:56:18 +0000 (16:56 +0200)
committerRicardo Mones <ricardo@mones.org>
Sun, 1 May 2016 14:56:18 +0000 (16:56 +0200)
src/plugins/notification/gtkhotkey/gtk-hotkey-error.h
src/plugins/notification/notification_foldercheck.c
src/privacy.c

index 0c0f872b337ec0659e072e991bd608456bc43f0f..a5666310c623647cf637b8b68efc7d1c3ebd90ab 100644 (file)
@@ -45,9 +45,9 @@ GQuark gtk_hotkey_registry_error_quark (void);
 
 /**
  * GtkHotkeyListenerError:
 
 /**
  * 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
  *                                  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
  *                                    with the listener
  * 
  * Error codes for #GError<!-- -->s related to #GtkHotkeyListener<!-- -->s
index 5779e55d65602cee360341fb409c8a385b38f464..d260f6c1b0a57437fdb6579e951c4708a750a96b 100644 (file)
@@ -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
 
 /* 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)
 {
  * This is analog to folder.h::folder_read_list. */
 gboolean notification_foldercheck_read_array(void)
 {
index c63fbbdadbed0a9ba06d28e3d3d28e19e756ac35..01b282a6b3196c797a1b91f6a290b7bce2ef19cf 100644 (file)
@@ -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,
  * 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)
 {
  */
 gint privacy_mimeinfo_check_signature(MimeInfo *mimeinfo)
 {