summaryrefslogtreecommitdiffstats
path: root/openpgp/src/regex
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2022-09-05 13:48:45 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2022-09-06 11:05:11 +0200
commit31b380c768052f22fb747c5e4aa3d2b5ef3810f0 (patch)
treee9421a248f781f04256548b7ac377c4b2f658859 /openpgp/src/regex
parentc4e6642f01ff45bfa4eea027b31c5418bfebb8b3 (diff)
openpgp: Fix typos spotted by codespell.
Diffstat (limited to 'openpgp/src/regex')
-rw-r--r--openpgp/src/regex/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/regex/mod.rs b/openpgp/src/regex/mod.rs
index e2176952..6c102797 100644
--- a/openpgp/src/regex/mod.rs
+++ b/openpgp/src/regex/mod.rs
@@ -6,7 +6,7 @@
//! [regular expression language]: https://tools.ietf.org/html/rfc4880#section-8
//! [trust signatures]: https://tools.ietf.org/html/rfc4880#section-5.2.3.13
//!
-//! Compared with most regular expression lanugages, OpenPGP's is
+//! Compared with most regular expression languages, OpenPGP's is
//! quite simple. In particular, it only includes the following
//! features:
//!
@@ -869,7 +869,7 @@ impl RegexSet {
///
/// This can be used to optimize the evaluation of scoping rules
/// along a path: if a `RegexSet` matches everything, then it
- /// doesn't further contrain the path.
+ /// doesn't further constrain the path.
pub fn everything() -> Result<Self>
{
Ok(Self {