From aa3390e501aa5074e98590037df34b865b27c8e3 Mon Sep 17 00:00:00 2001 From: "Suresh, Kamlesh" Date: Thu, 21 Jan 2021 13:30:56 -0500 Subject: [PATCH] typo --- MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.m b/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.m index a717595..d955860 100644 --- a/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.m +++ b/MVMCore/MVMCore/ActionHandling/MVMCoreActionHandler.m @@ -601,7 +601,7 @@ NSString * const KeyActionTypeOpen = @"openPage"; stopLoadingOverlay(); completionHandler(actionWithClientParameters); } else { - [MVMCoreLoggingHandler logDebugMessageWithDelegate:@"No client paramnters"]; + [MVMCoreLoggingHandler logDebugMessageWithDelegate:@"No client parameters"]; stopLoadingOverlay(); completionHandler(actionInformation); }