summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-11-25 13:36:43 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2021-11-26 19:02:02 +0100
commitb20d343628e341c832b40f24929515a290b7d0ce (patch)
tree310df74aa42d816d03f6794c7fa1307981a813d9 /openpgp
parentfd3ca918b2e8b4fe3b9ecdec56fadaa0e1972e58 (diff)
opnepgp: Fix typo.
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/src/cert/parser/low_level/lexer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert/parser/low_level/lexer.rs b/openpgp/src/cert/parser/low_level/lexer.rs
index 1a698579..bc8f2300 100644
--- a/openpgp/src/cert/parser/low_level/lexer.rs
+++ b/openpgp/src/cert/parser/low_level/lexer.rs
@@ -52,7 +52,7 @@ assert_send_and_sync!(Token);
///
/// Due to the way the parser code is generated, it must be marked as
/// public. But, since this module is not public, it will not
-/// actually be exported to used of the library.
+/// actually be exported to users of the library.
pub enum Component {
SubkeyBundle(SubkeyBundle<key::PublicParts>),
UserIDBundle(UserIDBundle),