diff options
author | Martin Szulecki | 2012-09-20 22:03:15 +0200 |
---|---|---|
committer | Martin Szulecki | 2012-11-07 22:20:34 +0100 |
commit | ddf459f9aea6965295e69d443a94759cbe8ac4ec (patch) | |
tree | 429f50b8a63b4540670e8d7d5a81ed937af29326 /src/idevicerestore.c | |
parent | bce83dc6c6802054960ab02c159e492222991a86 (diff) | |
download | idevicerestore-ddf459f9aea6965295e69d443a94759cbe8ac4ec.tar.gz idevicerestore-ddf459f9aea6965295e69d443a94759cbe8ac4ec.tar.bz2 |
Fix grammar of a few comments
Diffstat (limited to 'src/idevicerestore.c')
-rw-r--r-- | src/idevicerestore.c | 2 |
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; } |