From 8ebee55718190c5bec5fb24128f2e3b986174397 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 9 Jul 2020 06:34:30 +0200 Subject: Fix 'Unable get path ...' error messages to say 'Unable to get path ...' --- 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 0148974..7653125 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -901,7 +901,7 @@ int idevicerestore_start(struct idevicerestore_client_t* client) // Get filesystem name from build identity char* fsname = NULL; if (build_identity_get_component_path(build_identity, "OS", &fsname) < 0) { - error("ERROR: Unable get path for filesystem component\n"); + error("ERROR: Unable to get path for filesystem component\n"); return -1; } -- cgit v1.1-32-gdbae