summaryrefslogtreecommitdiffstats
path: root/tool/src
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-09-21 13:50:39 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2020-09-21 16:32:15 +0200
commit4fd2bf762fcd4a13fc0a98f44ad7c06feb6cc091 (patch)
treeebdb119ed36276794a93fe1d1cdaff5157bd315e /tool/src
parent68a72c2995c94872819a2afde221a097a71b2218 (diff)
openpgp: Fix typos.
Diffstat (limited to 'tool/src')
-rw-r--r--tool/src/sq-usage.rs2
-rw-r--r--tool/src/sq_cli.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/tool/src/sq-usage.rs b/tool/src/sq-usage.rs
index 0312d07f..05814ced 100644
--- a/tool/src/sq-usage.rs
+++ b/tool/src/sq-usage.rs
@@ -16,7 +16,7 @@
//! OPTIONS:
//! --home <DIRECTORY> Sets the home directory to use
//! --known-notation <NOTATION>... The notation name is considered known. This is used when validating
-//! sigantures. Signatures that have unknown notations with the critical bit set
+//! signatures. Signatures that have unknown notations with the critical bit set
//! are considered invalid.
//! -m, --mapping <MAPPING> Sets the realm and mapping to use [default: org.sequoia-pgp.contacts/default]
//! -p, --policy <NETWORK-POLICY> Sets the network policy to use
diff --git a/tool/src/sq_cli.rs b/tool/src/sq_cli.rs
index fb98cd65..93b15bac 100644
--- a/tool/src/sq_cli.rs
+++ b/tool/src/sq_cli.rs
@@ -34,7 +34,7 @@ pub fn build() -> App<'static, 'static> {
.value_name("NOTATION")
.number_of_values(1)
.help("The notation name is considered known. \
- This is used when validating sigantures. \
+ This is used when validating signatures. \
Signatures that have unknown notations with the \
critical bit set are considered invalid."))
.subcommand(SubCommand::with_name("decrypt")