summaryrefslogtreecommitdiffstats
path: root/src/installation_proxy.c
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 /src/installation_proxy.c
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 'src/installation_proxy.c')
-rw-r--r--src/installation_proxy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/installation_proxy.c b/src/installation_proxy.c
index 24044aa..7c2d336 100644
--- a/src/installation_proxy.c
+++ b/src/installation_proxy.c
@@ -286,7 +286,7 @@ LIBIMOBILEDEVICE_API instproxy_error_t instproxy_client_free(instproxy_client_t
286 * @param package_path The installation package path or NULL if not required. 286 * @param package_path The installation package path or NULL if not required.
287 * 287 *
288 * @return INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if 288 * @return INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if
289 * an error occured. 289 * an error occurred.
290 */ 290 */
291static instproxy_error_t instproxy_send_command(instproxy_client_t client, plist_t command) 291static instproxy_error_t instproxy_send_command(instproxy_client_t client, plist_t command)
292{ 292{
@@ -460,7 +460,7 @@ static void* instproxy_receive_status_loop_thread(void* arg)
460 * 460 *
461 * @return INSTPROXY_E_SUCCESS when the thread was created (async mode), or 461 * @return INSTPROXY_E_SUCCESS when the thread was created (async mode), or
462 * when the command completed successfully (sync). 462 * when the command completed successfully (sync).
463 * An INSTPROXY_E_* error value is returned if an error occured. 463 * An INSTPROXY_E_* error value is returned if an error occurred.
464 */ 464 */
465static instproxy_error_t instproxy_receive_status_loop_with_callback(instproxy_client_t client, plist_t command, instproxy_command_type_t async, instproxy_status_cb_t status_cb, void *user_data) 465static instproxy_error_t instproxy_receive_status_loop_with_callback(instproxy_client_t client, plist_t command, instproxy_command_type_t async, instproxy_status_cb_t status_cb, void *user_data)
466{ 466{
@@ -505,7 +505,7 @@ static instproxy_error_t instproxy_receive_status_loop_with_callback(instproxy_c
505 * @param user_data Callback data passed to status_cb. 505 * @param user_data Callback data passed to status_cb.
506 * 506 *
507 * @return INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if 507 * @return INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if
508 * an error occured. 508 * an error occurred.
509 */ 509 */
510static instproxy_error_t instproxy_perform_command(instproxy_client_t client, plist_t command, instproxy_command_type_t async, instproxy_status_cb_t status_cb, void *user_data) 510static instproxy_error_t instproxy_perform_command(instproxy_client_t client, plist_t command, instproxy_command_type_t async, instproxy_status_cb_t status_cb, void *user_data)
511{ 511{