diff options
author | Andreas Metzler <ametzler@bebt.de> | 2014-01-19 14:14:24 +0100 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2014-07-07 09:40:34 +0200 |
commit | 469e75bb8184392cb47b3cb4897589caabe56e70 (patch) | |
tree | 3504aa7989df8339210caf84f712f4833792d963 /p11-kit | |
parent | 08e4fcd2c7a9b9ea7a46bff5809a7c383f6063a9 (diff) |
Fix typo: supress - > suppress
Diffstat (limited to 'p11-kit')
-rw-r--r-- | p11-kit/lists.c | 2 |
1 files changed, 1 insertions, 1 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 }, }; |