summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/pkesk.rs
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-01-05 23:42:29 +0100
committerNeal H. Walfield <neal@pep.foundation>2023-01-06 10:00:30 +0100
commite83bf2fd83f5345307d2acf97a5000a8392f182b (patch)
tree4e30f684ad8fc1ddb5698179c9dd208485d887d2 /openpgp/src/packet/pkesk.rs
parentb7e1b0e5a23923bce97f91fdab16a32d80453876 (diff)
openpgp: Fix typos found by codespell
These are typos in comments only.
Diffstat (limited to 'openpgp/src/packet/pkesk.rs')
-rw-r--r--openpgp/src/packet/pkesk.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/packet/pkesk.rs b/openpgp/src/packet/pkesk.rs
index ff29ca65..b6baa0a2 100644
--- a/openpgp/src/packet/pkesk.rs
+++ b/openpgp/src/packet/pkesk.rs
@@ -56,7 +56,7 @@ impl PKESK3 {
})
}
- /// Creates a new PKESK3 packet for the given recipent.
+ /// Creates a new PKESK3 packet for the given recipient.
///
/// The given symmetric algorithm must match the algorithm that is
/// used to encrypt the payload.