summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/idevicerestore.c')
-rw-r--r--src/idevicerestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index a566e65..3ed0f7e 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -344,7 +344,7 @@ int idevicerestore_start(struct idevicerestore_client_t* client)
/* check if device type is supported by the given build manifest */
if (build_manifest_check_compatibility(buildmanifest, client->device->product) < 0) {
- error("ERROR: could not make sure this firmware is suitable for the current device. refusing to continue.\n");
+ error("ERROR: Could not make sure this firmware is suitable for the current device. Refusing to continue.\n");
return -1;
}