From 78d116c8b93e460afd28436d38275c03d7dd1f32 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Mon, 8 Oct 2018 13:43:32 +0200 Subject: Fix a typo in ideviceprovision error message --- tools/ideviceprovision.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ideviceprovision.c') diff --git a/tools/ideviceprovision.c b/tools/ideviceprovision.c index f91ce4f..52efdeb 100644 --- a/tools/ideviceprovision.c +++ b/tools/ideviceprovision.c @@ -56,7 +56,7 @@ static void print_usage(int argc, char **argv) printf(" \tstores them into the existing directory specified by PATH.\n"); printf(" \tThe files will be stored as UUID.mobileprovision\n"); printf(" copy UUID PATH Retrieves the provisioning profile identified by UUID\n"); - printf(" \tfrom the device and stores it into the exisiting directory\n"); + printf(" \tfrom the device and stores it into the existing directory\n"); printf(" \tspecified by PATH. The file will be stored as UUID.mobileprovision.\n"); printf(" remove UUID\tRemoves the provisioning profile identified by UUID.\n"); printf(" remove-all\tRemoves all installed provisioning profiles.\n"); -- cgit v1.1-32-gdbae