summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-06-08 19:44:35 +0200
committerGravatar Martin Szulecki2010-06-08 19:44:35 +0200
commita149d85cb86c4cd2c76edc56b8acc00512fe24e3 (patch)
tree7b3dd2205a00bcb0f1641371810d6e3de557379d /tools
parent3e9a5359edd8c77d0af7509e326083ae62f7337d (diff)
downloadlibimobiledevice-a149d85cb86c4cd2c76edc56b8acc00512fe24e3.tar.gz
libimobiledevice-a149d85cb86c4cd2c76edc56b8acc00512fe24e3.tar.bz2
Fix typos in mobilesync code
Diffstat (limited to 'tools')
-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[])
1235 } else if (err == MOBILEBACKUP_E_REPLY_NOT_OK) { 1235 } else if (err == MOBILEBACKUP_E_REPLY_NOT_OK) {
1236 printf("ERROR: Could not start restore process: device refused to start the restore process.\n"); 1236 printf("ERROR: Could not start restore process: device refused to start the restore process.\n");
1237 } else { 1237 } else {
1238 printf("ERROR: Could not start backup process: unspecified error occured (%d)\n", err); 1238 printf("ERROR: Could not start restore process: unspecified error occured (%d)\n", err);
1239 } 1239 }
1240 plist_free(backup_data); 1240 plist_free(backup_data);
1241 break; 1241 break;