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); }