From 41ce2454b7f0b4a679070ea377545ba34f70095f Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Mon, 8 Oct 2018 13:39:31 +0200 Subject: replace all occurrences of occured by occurred Do it in all comments and errors messages --- include/libimobiledevice/libimobiledevice.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/libimobiledevice/libimobiledevice.h') diff --git a/include/libimobiledevice/libimobiledevice.h b/include/libimobiledevice/libimobiledevice.h index 729bc89..8f8589d 100644 --- a/include/libimobiledevice/libimobiledevice.h +++ b/include/libimobiledevice/libimobiledevice.h @@ -60,7 +60,7 @@ enum idevice_event_type { }; /* event data structure */ -/** Provides information about the occured event. */ +/** Provides information about the occurred event. */ typedef struct { enum idevice_event_type event; /**< The event type. */ const char *udid; /**< The device unique id. */ @@ -88,7 +88,7 @@ void idevice_set_debug_level(int level); * @param user_data Application-specific data passed as parameter * to the registered callback function. * - * @return IDEVICE_E_SUCCESS on success or an error value when an error occured. + * @return IDEVICE_E_SUCCESS on success or an error value when an error occurred. */ idevice_error_t idevice_event_subscribe(idevice_event_cb_t callback, void *user_data); @@ -96,7 +96,7 @@ idevice_error_t idevice_event_subscribe(idevice_event_cb_t callback, void *user_ * Release the event callback function that has been registered with * idevice_event_subscribe(). * - * @return IDEVICE_E_SUCCESS on success or an error value when an error occured. + * @return IDEVICE_E_SUCCESS on success or an error value when an error occurred. */ idevice_error_t idevice_event_unsubscribe(void); @@ -109,7 +109,7 @@ idevice_error_t idevice_event_unsubscribe(void); * This list is terminated by a NULL pointer. * @param count Number of devices found. * - * @return IDEVICE_E_SUCCESS on success or an error value when an error occured. + * @return IDEVICE_E_SUCCESS on success or an error value when an error occurred. */ idevice_error_t idevice_get_device_list(char ***devices, int *count); -- cgit v1.1-32-gdbae