summaryrefslogtreecommitdiffstats
path: root/tools/idevicebackup.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/idevicebackup.c')
-rw-r--r--tools/idevicebackup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicebackup.c b/tools/idevicebackup.c
index 0da7093..8f47433 100644
--- a/tools/idevicebackup.c
+++ b/tools/idevicebackup.c
@@ -1235,7 +1235,7 @@ int main(int argc, char *argv[])
} 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 backup process: unspecified error occured (%d)\n", err);
+ printf("ERROR: Could not start restore process: unspecified error occured (%d)\n", err);
}
plist_free(backup_data);
break;