From 2523a74053431faf13a6cd994fa9d9694f7186cf Mon Sep 17 00:00:00 2001 From: michael starke Date: Wed, 18 Oct 2017 08:02:54 +0200 Subject: [PATCH] fixed typo in comment --- MacPass/MPDatabaseSettingsWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPDatabaseSettingsWindowController.m b/MacPass/MPDatabaseSettingsWindowController.m index 2a8c4a63..baa217f2 100644 --- a/MacPass/MPDatabaseSettingsWindowController.m +++ b/MacPass/MPDatabaseSettingsWindowController.m @@ -246,7 +246,7 @@ - (void)_setupSecurityTab:(KPKMetaData *)metaData { /* If kdf or cipher is not found, exceptions are thrown. - This should not happen since we should not be able to load a file with unkonw cipher/kdf + This should not happen since we should not be able to load a file with unknown cipher/kdf */ KPKKeyDerivation *keyDerivation = [KPKKeyDerivation keyDerivationWithParameters:metaData.keyDerivationParameters]; NSUInteger kdfIndex = [self.keyDerivationPopupButton.menu indexOfItemWithRepresentedObject:keyDerivation.uuid];