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];