fixed typo in comment

This commit is contained in:
michael starke
2017-10-18 08:02:54 +02:00
parent 241b1ad2b4
commit 2523a74053

View File

@@ -246,7 +246,7 @@
- (void)_setupSecurityTab:(KPKMetaData *)metaData { - (void)_setupSecurityTab:(KPKMetaData *)metaData {
/* /*
If kdf or cipher is not found, exceptions are thrown. 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]; KPKKeyDerivation *keyDerivation = [KPKKeyDerivation keyDerivationWithParameters:metaData.keyDerivationParameters];
NSUInteger kdfIndex = [self.keyDerivationPopupButton.menu indexOfItemWithRepresentedObject:keyDerivation.uuid]; NSUInteger kdfIndex = [self.keyDerivationPopupButton.menu indexOfItemWithRepresentedObject:keyDerivation.uuid];