From 024131de350c9f98d9b8e233dd7c31caf387f9b1 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Fri, 12 Jul 2019 17:01:22 +0200 Subject: [PATCH] Fixed typo in comment --- MacPass/MPPluginRepository.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPPluginRepository.m b/MacPass/MPPluginRepository.m index ff40ad20..098e7529 100644 --- a/MacPass/MPPluginRepository.m +++ b/MacPass/MPPluginRepository.m @@ -89,7 +89,7 @@ NSString *const MPPluginRepositoryDidUpdateAvailablePluginsNotification = @"com. } - (void)_fetchAppropriateRepositoryDataCompletionHandler:(void (^)(NSArray * _Nonnull))completionHandler { - /* dispatch the call to allow for direct return and handle resutl later on */ + /* dispatch the call to allow for direct return and handle result later on */ dispatch_async(dispatch_get_main_queue(), ^{ BOOL allowRemoteConnection = [self _askForPluginRepositoryPermission]; if(!allowRemoteConnection) {