summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-12-14 15:47:51 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-12-14 15:47:51 +0100
commit7de4521cb6b65d86cffecd1461344cecd0a7f4e0 (patch)
tree6aa0380a4ed69ef332e6049e8e2d7e8a84ecadf9
parentfcd9a47a92e85fd87f902703411db0d0651895d1 (diff)
openpgp: Typos.
-rw-r--r--openpgp/src/cert/prelude.rs2
-rw-r--r--openpgp/src/packet/prelude.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/cert/prelude.rs b/openpgp/src/cert/prelude.rs
index d924e561..b453c663 100644
--- a/openpgp/src/cert/prelude.rs
+++ b/openpgp/src/cert/prelude.rs
@@ -1,7 +1,7 @@
//! Brings most relevant types and traits into scope for working with
//! certificates.
//!
-//! Less often used types and types that are more likely to lead to a
+//! Less often used types and traits that are more likely to lead to a
//! naming conflict are not brought into scope.
//!
//! Traits are brought into scope anonymously.
diff --git a/openpgp/src/packet/prelude.rs b/openpgp/src/packet/prelude.rs
index 91c5f53b..77e6c99a 100644
--- a/openpgp/src/packet/prelude.rs
+++ b/openpgp/src/packet/prelude.rs
@@ -1,7 +1,7 @@
//! Brings the most relevant types and traits into scope for working
//! with packets.
//!
-//! Less often used types and types that are more likely to lead to a
+//! Less often used types and traits that are more likely to lead to a
//! naming conflict are not brought into scope. For instance, the
//! markers [`PublicParts`], etc. are not imported to avoid potential
//! naming conflicts. Instead, they should be accessed as