summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/house_arrest.h
diff options
context:
space:
mode:
authorGravatar Yves-Alexis Perez2018-10-08 13:39:31 +0200
committerGravatar Nikias Bassen2019-06-23 11:14:53 +0200
commit41ce2454b7f0b4a679070ea377545ba34f70095f (patch)
tree0cc4c5b04c9e2b0e9de7672c0e61e0184614ca04 /include/libimobiledevice/house_arrest.h
parentb8df28038f3ca8a3a8be6569cea251d2506c3171 (diff)
downloadlibimobiledevice-41ce2454b7f0b4a679070ea377545ba34f70095f.tar.gz
libimobiledevice-41ce2454b7f0b4a679070ea377545ba34f70095f.tar.bz2
replace all occurrences of occured by occurred
Do it in all comments and errors messages
Diffstat (limited to 'include/libimobiledevice/house_arrest.h')
-rw-r--r--include/libimobiledevice/house_arrest.h6
1 files changed, 3 insertions, 3 deletions
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);
109 * HOUSE_ARREST_E_INVALID_ARG if client or dict is invalid, 109 * HOUSE_ARREST_E_INVALID_ARG if client or dict is invalid,
110 * HOUSE_ARREST_E_PLIST_ERROR if dict is not a plist of type PLIST_DICT, 110 * HOUSE_ARREST_E_PLIST_ERROR if dict is not a plist of type PLIST_DICT,
111 * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode, 111 * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode,
112 * or HOUSE_ARREST_E_CONN_FAILED if a connection error occured. 112 * or HOUSE_ARREST_E_CONN_FAILED if a connection error occurred.
113 */ 113 */
114house_arrest_error_t house_arrest_send_request(house_arrest_client_t client, plist_t dict); 114house_arrest_error_t house_arrest_send_request(house_arrest_client_t client, plist_t dict);
115 115
@@ -130,7 +130,7 @@ house_arrest_error_t house_arrest_send_request(house_arrest_client_t client, pli
130 * @return HOUSE_ARREST_E_SUCCESS if the command was successfully sent, 130 * @return HOUSE_ARREST_E_SUCCESS if the command was successfully sent,
131 * HOUSE_ARREST_E_INVALID_ARG if client, command, or appid is invalid, 131 * HOUSE_ARREST_E_INVALID_ARG if client, command, or appid is invalid,
132 * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode, 132 * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode,
133 * or HOUSE_ARREST_E_CONN_FAILED if a connection error occured. 133 * or HOUSE_ARREST_E_CONN_FAILED if a connection error occurred.
134 */ 134 */
135house_arrest_error_t house_arrest_send_command(house_arrest_client_t client, const char *command, const char *appid); 135house_arrest_error_t house_arrest_send_command(house_arrest_client_t client, const char *command, const char *appid);
136 136
@@ -146,7 +146,7 @@ house_arrest_error_t house_arrest_send_command(house_arrest_client_t client, con
146 * @return HOUSE_ARREST_E_SUCCESS if a result plist was retrieved, 146 * @return HOUSE_ARREST_E_SUCCESS if a result plist was retrieved,
147 * HOUSE_ARREST_E_INVALID_ARG if client is invalid, 147 * HOUSE_ARREST_E_INVALID_ARG if client is invalid,
148 * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode, 148 * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode,
149 * or HOUSE_ARREST_E_CONN_FAILED if a connection error occured. 149 * or HOUSE_ARREST_E_CONN_FAILED if a connection error occurred.
150 */ 150 */
151house_arrest_error_t house_arrest_get_result(house_arrest_client_t client, plist_t *dict); 151house_arrest_error_t house_arrest_get_result(house_arrest_client_t client, plist_t *dict);
152 152