From a149d85cb86c4cd2c76edc56b8acc00512fe24e3 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 8 Jun 2010 19:44:35 +0200 Subject: Fix typos in mobilesync code --- tools/idevicebackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/idevicebackup.c') 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; -- cgit v1.1-32-gdbae