summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet')
-rw-r--r--openpgp/src/packet/signature/subpacket.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/packet/signature/subpacket.rs b/openpgp/src/packet/signature/subpacket.rs
index 06f0fcd3..dd06f6bb 100644
--- a/openpgp/src/packet/signature/subpacket.rs
+++ b/openpgp/src/packet/signature/subpacket.rs
@@ -5633,7 +5633,7 @@ impl signature::SignatureBuilder {
/// let sig = SignatureBuilder::from(
/// alice
/// .with_policy(p, None)?
- /// .direct_key_signature().expect("Direct key siganture")
+ /// .direct_key_signature().expect("Direct key signature")
/// .clone()
/// )
/// .set_policy_uri("https://example.org/~alice/signing-policy.txt")?