diff options
| author | 2018-10-08 13:39:31 +0200 | |
|---|---|---|
| committer | 2019-06-23 11:14:53 +0200 | |
| commit | 41ce2454b7f0b4a679070ea377545ba34f70095f (patch) | |
| tree | 0cc4c5b04c9e2b0e9de7672c0e61e0184614ca04 /src/restore.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/restore.c')
| -rw-r--r-- | src/restore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restore.c b/src/restore.c index 4b578c2..6571a2f 100644 --- a/src/restore.c +++ b/src/restore.c | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | * | 41 | * |
| 42 | * @return RESULT_SUCCESS when the result is 'Success', | 42 | * @return RESULT_SUCCESS when the result is 'Success', |
| 43 | * RESULT_FAILURE when the result is 'Failure', | 43 | * RESULT_FAILURE when the result is 'Failure', |
| 44 | * or a negative value if an error occured during evaluation. | 44 | * or a negative value if an error occurred during evaluation. |
| 45 | */ | 45 | */ |
| 46 | static int restored_check_result(plist_t dict) | 46 | static int restored_check_result(plist_t dict) |
| 47 | { | 47 | { |
