From 41ce2454b7f0b4a679070ea377545ba34f70095f Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Mon, 8 Oct 2018 13:39:31 +0200 Subject: replace all occurrences of occured by occurred Do it in all comments and errors messages --- tools/idevicebackup.c | 4 ++-- tools/idevicebackup2.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tools') 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[]) } else if (err == MOBILEBACKUP_E_REPLY_NOT_OK) { printf("ERROR: Could not start backup process: device refused to start the backup process.\n"); } else { - printf("ERROR: Could not start backup process: unspecified error occured\n"); + printf("ERROR: Could not start backup process: unspecified error occurred\n"); } break; } @@ -1342,7 +1342,7 @@ files_out: } else if (err == MOBILEBACKUP_E_REPLY_NOT_OK) { printf("ERROR: Could not start restore process: device refused to start the restore process.\n"); } else { - printf("ERROR: Could not start restore process: unspecified error occured (%d)\n", err); + printf("ERROR: Could not start restore process: unspecified error occurred (%d)\n", err); } plist_free(backup_data); 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: } else if (err == MOBILEBACKUP2_E_REPLY_NOT_OK) { printf("ERROR: Could not start backup process: device refused to start the backup process.\n"); } else { - printf("ERROR: Could not start backup process: unspecified error occured\n"); + printf("ERROR: Could not start backup process: unspecified error occurred\n"); } cmd = CMD_LEAVE; } @@ -2012,7 +2012,7 @@ checkpoint: } else if (err == MOBILEBACKUP2_E_REPLY_NOT_OK) { printf("ERROR: Could not start restore process: device refused to start the restore process.\n"); } else { - printf("ERROR: Could not start restore process: unspecified error occured\n"); + printf("ERROR: Could not start restore process: unspecified error occurred\n"); } cmd = CMD_LEAVE; } -- cgit v1.1-32-gdbae