From ddf459f9aea6965295e69d443a94759cbe8ac4ec Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 20 Sep 2012 22:03:15 +0200 Subject: Fix grammar of a few comments --- src/idevicerestore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idevicerestore.c') 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; } -- cgit v1.1-32-gdbae