/**
* 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
/* 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)
{
* 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)
{