diff options
| author | 2018-10-08 13:39:31 +0200 | |
|---|---|---|
| committer | 2019-06-23 11:14:53 +0200 | |
| commit | 41ce2454b7f0b4a679070ea377545ba34f70095f (patch) | |
| tree | 0cc4c5b04c9e2b0e9de7672c0e61e0184614ca04 /src/misagent.c | |
| parent | b8df28038f3ca8a3a8be6569cea251d2506c3171 (diff) | |
| download | libimobiledevice-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/misagent.c')
| -rw-r--r-- | src/misagent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misagent.c b/src/misagent.c index 095edba..91b8acb 100644 --- a/src/misagent.c +++ b/src/misagent.c | |||
| @@ -57,7 +57,7 @@ static misagent_error_t misagent_error(property_list_service_error_t err) | |||
| 57 | 57 | ||
| 58 | /** | 58 | /** |
| 59 | * Checks the response from misagent to determine if the operation | 59 | * Checks the response from misagent to determine if the operation |
| 60 | * was successful or an error occured. Internally used only. | 60 | * was successful or an error occurred. Internally used only. |
| 61 | * | 61 | * |
| 62 | * @param response a PLIST_DICT received from device's misagent | 62 | * @param response a PLIST_DICT received from device's misagent |
| 63 | * @param status_code pointer to an int that will be set to the status code | 63 | * @param status_code pointer to an int that will be set to the status code |
