summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2021-02-04 08:50:06 +0100
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2021-02-04 08:52:16 +0100
commit136a183b071561de5b1b6f51f89c2cfb16be1603 (patch)
treef99e16df3c9a91fbdfb804b1d8abdcadf61e1bcd
parentc1da612d8dd4b15e11ea0d2d0968c3f52ca98650 (diff)
openpgp: Fix subkye->subkey typo.
-rw-r--r--openpgp/src/cert/builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert/builder.rs b/openpgp/src/cert/builder.rs
index 7a50ac66..65b9df86 100644
--- a/openpgp/src/cert/builder.rs
+++ b/openpgp/src/cert/builder.rs
@@ -233,7 +233,7 @@ impl CertBuilder<'_> {
/// Generates a general-purpose certificate.
///
/// The returned builder is set to generate a certificate with a
- /// certification-capable primary key, a signing-capable subkye,
+ /// certification-capable primary key, a signing-capable subkey,
/// and an encryption-capable subkey. The encryption subkey is
/// marked as being appropriate for both data in transit and data
/// at rest.