mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 02:39:39 +02:00
Fix typo in error message
This commit is contained in:
parent
17b90a387c
commit
abfb1767d8
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ class SecretKeyRingEditor(
|
|||
val prevBinding =
|
||||
api.inspect(key).getCurrentSubkeyBindingSignature(keyId)
|
||||
?: throw NoSuchElementException(
|
||||
"Previous subkey binding signaure for $keyId MUST NOT be null.")
|
||||
"Previous subkey binding signature for $keyId MUST NOT be null.")
|
||||
val bindingSig = reissueSubkeyBindingSignature(subkey, expiration, protector, prevBinding)
|
||||
secretKeyRing =
|
||||
injectCertification(secretKeyRing, subkey.pgpPublicKey, bindingSig.signature)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue