Fixed typo in comment

This commit is contained in:
Michael Starke
2019-07-12 17:01:22 +02:00
parent a47557672f
commit 024131de35

View File

@@ -89,7 +89,7 @@ NSString *const MPPluginRepositoryDidUpdateAvailablePluginsNotification = @"com.
}
- (void)_fetchAppropriateRepositoryDataCompletionHandler:(void (^)(NSArray<MPPluginRepositoryItem *> * _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) {