summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-10-06 14:44:28 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-10-11 14:54:59 +0200
commit54a65d0f821aa9a62bdcc04b947f6da126f36577 (patch)
tree091b11c8d3c979d2c570a710edfa7a3f56f4cc75
parent9dd997d2173d29a1c3585ce4e41f846392adbfc9 (diff)
openpgp: Fix link.
-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 4bab9ce5..f8a5873a 100644
--- a/openpgp/src/packet/signature/subpacket.rs
+++ b/openpgp/src/packet/signature/subpacket.rs
@@ -2395,7 +2395,7 @@ impl SubpacketAreas {
/// for `time`.
///
/// If `time` is `None`, and `clock_skew_tolerance` is `None`,
- /// then this function uses [`struc@CLOCK_SKEW_TOLERANCE`] for the
+ /// then this function uses [`struct@CLOCK_SKEW_TOLERANCE`] for the
/// tolerance. If `time` is not `None `and `clock_skew_tolerance`
/// is `None`, it uses no tolerance. The intuition here is that
/// we only need a tolerance when checking if a signature is alive