From 0a3ee776251f7c9f47b49a17778bc7f3883ad542 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 6 Nov 2021 21:25:46 -0700 Subject: [PATCH] Remove shibboleth. --- SecretKit/SecureEnclave/SecureEnclaveStore.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecretKit/SecureEnclave/SecureEnclaveStore.swift b/SecretKit/SecureEnclave/SecureEnclaveStore.swift index 90762b1..8e6ca28 100644 --- a/SecretKit/SecureEnclave/SecureEnclaveStore.swift +++ b/SecretKit/SecureEnclave/SecureEnclaveStore.swift @@ -106,7 +106,7 @@ extension SecureEnclave { pendingAuthenticationContext = PersistentAuthenticationContext(secret: secret, context: newContext, expiration: Date(timeIntervalSinceNow: Constants.durationOneMinute)) context = newContext } - context.localizedReason = "saign a request from \"\(provenance.origin.displayName)\" using secret \"\(secret.name)\"" + context.localizedReason = "sign a request from \"\(provenance.origin.displayName)\" using secret \"\(secret.name)\"" let attributes = [ kSecClass: kSecClassKey, kSecAttrKeyClass: kSecAttrKeyClassPrivate,