summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-17 13:49:58 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-17 13:50:14 +0100
commit1bd23856fbf5851383881c469684d39c11e8234b (patch)
tree62b19fdd6ba2309a8db3ea94aa03a216ffa59160
parent3c51bbaccd6cad5449c40f18b123d652199bf558 (diff)
openpgp: Typo.
-rw-r--r--openpgp/src/policy.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/policy.rs b/openpgp/src/policy.rs
index 87a8d04e..2e31fb24 100644
--- a/openpgp/src/policy.rs
+++ b/openpgp/src/policy.rs
@@ -802,7 +802,7 @@ mod test {
assert_match!(RevocationStatus::NotAsFarAsWeKnow
= cert_revoked.revoked(&reject, None));
- // Reject the hash algorith next year.
+ // Reject the hash algorithm next year.
let mut reject : StandardPolicy = StandardPolicy::new();
reject.reject_hash_at(
algo,
@@ -813,7 +813,7 @@ mod test {
assert_match!(RevocationStatus::Revoked(_)
= cert_revoked.revoked(&reject, None));
- // Reject the hash algorith last year.
+ // Reject the hash algorithm last year.
let mut reject : StandardPolicy = StandardPolicy::new();
reject.reject_hash_at(
algo,