summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-11-25 23:13:15 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-11-25 23:17:16 -0500
commit416a144674716eadff8bbaf436c8996a0a40d523 (patch)
tree6b6c759aa13edbef197cb469a10e180d5eb918c7 /openpgp
parenta65039bfd04a69c383f09e629ec679adf151bcb6 (diff)
OpenPGP User ID convention is "de facto" not "de factor"
I'm not even sure if we even need to use "de facto" when we're also saying "convention", but i'm just doing a targeted fix here. The fact that this one string was copied around in a dozen places makes me a bit sad. If there are other changes to make in this boilerplate text, they'll also have to be made in a dozen places. I don't know enough about how sequoia is designed to be able to suggest a plausible boilerplate reduction strategy though. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/src/packet/userid/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/packet/userid/mod.rs b/openpgp/src/packet/userid/mod.rs
index 77fca00a..32db23ee 100644
--- a/openpgp/src/packet/userid/mod.rs
+++ b/openpgp/src/packet/userid/mod.rs
@@ -653,7 +653,7 @@ impl UserID {
/// Constructs a User ID.
///
/// This does a basic check and any necessary escaping to form a de
- /// factor User ID.
+ /// facto User ID.
///
/// Only the address is required. If a comment is supplied, then
/// a name is also required.
@@ -680,7 +680,7 @@ impl UserID {
/// Constructs a User ID.
///
/// This does a basic check and any necessary escaping to form a de
- /// factor User ID modulo the address, which is not checked.
+ /// facto User ID modulo the address, which is not checked.
///
/// This is useful when you want to specify a URI instead of an
/// email address.