summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/idevicebackup.c4
-rw-r--r--tools/idevicebackup2.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/idevicebackup.c b/tools/idevicebackup.c
index cd69bcc..de08295 100644
--- a/tools/idevicebackup.c
+++ b/tools/idevicebackup.c
@@ -995,7 +995,7 @@ int main(int argc, char *argv[])
995 } else if (err == MOBILEBACKUP_E_REPLY_NOT_OK) { 995 } else if (err == MOBILEBACKUP_E_REPLY_NOT_OK) {
996 printf("ERROR: Could not start backup process: device refused to start the backup process.\n"); 996 printf("ERROR: Could not start backup process: device refused to start the backup process.\n");
997 } else { 997 } else {
998 printf("ERROR: Could not start backup process: unspecified error occured\n"); 998 printf("ERROR: Could not start backup process: unspecified error occurred\n");
999 } 999 }
1000 break; 1000 break;
1001 } 1001 }
@@ -1342,7 +1342,7 @@ files_out:
1342 } else if (err == MOBILEBACKUP_E_REPLY_NOT_OK) { 1342 } else if (err == MOBILEBACKUP_E_REPLY_NOT_OK) {
1343 printf("ERROR: Could not start restore process: device refused to start the restore process.\n"); 1343 printf("ERROR: Could not start restore process: device refused to start the restore process.\n");
1344 } else { 1344 } else {
1345 printf("ERROR: Could not start restore process: unspecified error occured (%d)\n", err); 1345 printf("ERROR: Could not start restore process: unspecified error occurred (%d)\n", err);
1346 } 1346 }
1347 plist_free(backup_data); 1347 plist_free(backup_data);
1348 break; 1348 break;
diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c
index 0aae36e..58fda8d 100644
--- a/tools/idevicebackup2.c
+++ b/tools/idevicebackup2.c
@@ -1954,7 +1954,7 @@ checkpoint:
1954 } else if (err == MOBILEBACKUP2_E_REPLY_NOT_OK) { 1954 } else if (err == MOBILEBACKUP2_E_REPLY_NOT_OK) {
1955 printf("ERROR: Could not start backup process: device refused to start the backup process.\n"); 1955 printf("ERROR: Could not start backup process: device refused to start the backup process.\n");
1956 } else { 1956 } else {
1957 printf("ERROR: Could not start backup process: unspecified error occured\n"); 1957 printf("ERROR: Could not start backup process: unspecified error occurred\n");
1958 } 1958 }
1959 cmd = CMD_LEAVE; 1959 cmd = CMD_LEAVE;
1960 } 1960 }
@@ -2012,7 +2012,7 @@ checkpoint:
2012 } else if (err == MOBILEBACKUP2_E_REPLY_NOT_OK) { 2012 } else if (err == MOBILEBACKUP2_E_REPLY_NOT_OK) {
2013 printf("ERROR: Could not start restore process: device refused to start the restore process.\n"); 2013 printf("ERROR: Could not start restore process: device refused to start the restore process.\n");
2014 } else { 2014 } else {
2015 printf("ERROR: Could not start restore process: unspecified error occured\n"); 2015 printf("ERROR: Could not start restore process: unspecified error occurred\n");
2016 } 2016 }
2017 cmd = CMD_LEAVE; 2017 cmd = CMD_LEAVE;
2018 } 2018 }