]> granicus.if.org Git - p11-kit/commitdiff
Fix typo: supress - > suppress
authorAndreas Metzler <ametzler@bebt.de>
Sun, 19 Jan 2014 13:14:24 +0000 (14:14 +0100)
committerStef Walter <stef@thewalter.net>
Mon, 7 Jul 2014 07:40:34 +0000 (09:40 +0200)
p11-kit/lists.c
trust/anchor.c
trust/extract.c
trust/list.c

index f46fd7e17e0f67926941815ed6208c4339952923..c6f33dadfef05f180a11e2e3718208ed80b2e569 100644 (file)
@@ -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 },
        };
 
index d8fefdf2fb30bf233b263a0e577e8304479cbd78..19483a4342cb407c2ccf6b7efb24478d92c5c8a7 100644 (file)
@@ -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 },
        };
 
index 1a38f11d7fad48bc4a81089707732d553b437302..b93571babfdb6ee9e49cca0ae609c8427e40a1a3 100644 (file)
@@ -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 },
        };
 
index 5c0202adc53fcc124820c08f6a4916f408d5de5b..1cb9d3f233c813fecaa0bb771d90553c405a7522 100644 (file)
@@ -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 },
        };