summaryrefslogtreecommitdiffstats
path: root/src/restore.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-09-20 22:03:15 +0200
committerGravatar Martin Szulecki2012-11-07 22:20:34 +0100
commitddf459f9aea6965295e69d443a94759cbe8ac4ec (patch)
tree429f50b8a63b4540670e8d7d5a81ed937af29326 /src/restore.c
parentbce83dc6c6802054960ab02c159e492222991a86 (diff)
downloadidevicerestore-ddf459f9aea6965295e69d443a94759cbe8ac4ec.tar.gz
idevicerestore-ddf459f9aea6965295e69d443a94759cbe8ac4ec.tar.bz2
Fix grammar of a few comments
Diffstat (limited to 'src/restore.c')
-rw-r--r--src/restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restore.c b/src/restore.c
index 0b720ca..150c5a6 100644
--- a/src/restore.c
+++ b/src/restore.c
@@ -825,7 +825,7 @@ int restore_send_nor(restored_client_t restore, struct idevicerestore_client_t*
if (client->tss) {
if (tss_get_entry_path(client->tss, "LLB", &llb_path) < 0) {
- debug("NOTE: could not get LLB path from TSS data, will fetch from build identity\n");
+ debug("NOTE: Could not get LLB path from TSS data, will fetch from build identity\n");
}
}
if (llb_path == NULL) {