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/house_arrest.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libimobiledevice/house_arrest.h') diff --git a/include/libimobiledevice/house_arrest.h b/include/libimobiledevice/house_arrest.h index 31b6401..5a42838 100644 --- a/include/libimobiledevice/house_arrest.h +++ b/include/libimobiledevice/house_arrest.h @@ -109,7 +109,7 @@ house_arrest_error_t house_arrest_client_free(house_arrest_client_t client); * HOUSE_ARREST_E_INVALID_ARG if client or dict is invalid, * HOUSE_ARREST_E_PLIST_ERROR if dict is not a plist of type PLIST_DICT, * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode, - * or HOUSE_ARREST_E_CONN_FAILED if a connection error occured. + * or HOUSE_ARREST_E_CONN_FAILED if a connection error occurred. */ house_arrest_error_t house_arrest_send_request(house_arrest_client_t client, plist_t dict); @@ -130,7 +130,7 @@ house_arrest_error_t house_arrest_send_request(house_arrest_client_t client, pli * @return HOUSE_ARREST_E_SUCCESS if the command was successfully sent, * HOUSE_ARREST_E_INVALID_ARG if client, command, or appid is invalid, * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode, - * or HOUSE_ARREST_E_CONN_FAILED if a connection error occured. + * or HOUSE_ARREST_E_CONN_FAILED if a connection error occurred. */ house_arrest_error_t house_arrest_send_command(house_arrest_client_t client, const char *command, const char *appid); @@ -146,7 +146,7 @@ house_arrest_error_t house_arrest_send_command(house_arrest_client_t client, con * @return HOUSE_ARREST_E_SUCCESS if a result plist was retrieved, * HOUSE_ARREST_E_INVALID_ARG if client is invalid, * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode, - * or HOUSE_ARREST_E_CONN_FAILED if a connection error occured. + * or HOUSE_ARREST_E_CONN_FAILED if a connection error occurred. */ house_arrest_error_t house_arrest_get_result(house_arrest_client_t client, plist_t *dict); -- cgit v1.1-32-gdbae