summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2014-01-19 14:14:24 +0100
committerStef Walter <stef@thewalter.net>2014-07-07 09:40:34 +0200
commit469e75bb8184392cb47b3cb4897589caabe56e70 (patch)
tree3504aa7989df8339210caf84f712f4833792d963
parent08e4fcd2c7a9b9ea7a46bff5809a7c383f6063a9 (diff)
downloadp11-kit-469e75bb8184392cb47b3cb4897589caabe56e70.tar.gz
Fix typo: supress - > suppress
-rw-r--r--p11-kit/lists.c2
-rw-r--r--trust/anchor.c2
-rw-r--r--trust/extract.c2
-rw-r--r--trust/list.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/p11-kit/lists.c b/p11-kit/lists.c
index f46fd7e..c6f33da 100644
--- a/p11-kit/lists.c
+++ b/p11-kit/lists.c
@@ -252,7 +252,7 @@ p11_kit_list_modules (int argc,
p11_tool_desc usages[] = {
{ 0, "usage: p11-kit list" },
{ opt_verbose, "show verbose debug output", },
- { opt_quiet, "supress command output", },
+ { opt_quiet, "suppress command output", },
{ 0 },
};
diff --git a/trust/anchor.c b/trust/anchor.c
index d8fefdf..19483a4 100644
--- a/trust/anchor.c
+++ b/trust/anchor.c
@@ -603,7 +603,7 @@ p11_trust_anchor (int argc,
p11_tool_desc usages[] = {
{ 0, "usage: trust anchor --store <file> ..." },
{ opt_verbose, "show verbose debug output", },
- { opt_quiet, "supress command output", },
+ { opt_quiet, "suppress command output", },
{ 0 },
};
diff --git a/trust/extract.c b/trust/extract.c
index 1a38f11..b93571b 100644
--- a/trust/extract.c
+++ b/trust/extract.c
@@ -218,7 +218,7 @@ p11_trust_extract (int argc,
{ opt_overwrite, "overwrite output file or directory" },
{ opt_comment, "add comments to bundles if possible" },
{ opt_verbose, "show verbose debug output", },
- { opt_quiet, "supress command output", },
+ { opt_quiet, "suppress command output", },
{ 0 },
};
diff --git a/trust/list.c b/trust/list.c
index 5c0202a..1cb9d3f 100644
--- a/trust/list.c
+++ b/trust/list.c
@@ -195,7 +195,7 @@ p11_trust_list (int argc,
"usage"
},
{ opt_verbose, "show verbose debug output", },
- { opt_quiet, "supress command output", },
+ { opt_quiet, "suppress command output", },
{ 0 },
};