diff options
author | NIIBE Yutaka <[email protected]> | 2016-09-17 07:16:41 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2016-09-17 07:16:41 +0000 |
commit | 7305d27f36148a7fb8c2f4ef5b94774cbd21b18e (patch) | |
tree | 7704fbe74addcd37ff086afeb88c3f362a0710af /agent/protect-tool.c | |
parent | Fix more spelling (diff) | |
download | gnupg-7305d27f36148a7fb8c2f4ef5b94774cbd21b18e.tar.gz gnupg-7305d27f36148a7fb8c2f4ef5b94774cbd21b18e.zip |
Fix comment and format.
* agent/protect-tool.c (main): Fix comment.
* doc/DETAILS (colon listings): Fix list.
* tests/openpgp/multisig.test: Fix comment.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'agent/protect-tool.c')
-rw-r--r-- | agent/protect-tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c index fa97b694d..d683f4aec 100644 --- a/agent/protect-tool.c +++ b/agent/protect-tool.c @@ -611,7 +611,7 @@ main (int argc, char **argv ) else if (argc > 1) usage (1); - /* Allocate an CTRL object. An empty object should sufficient. */ + /* Allocate an CTRL object. An empty object should be sufficient. */ ctrl = xtrycalloc (1, sizeof *ctrl); if (!ctrl) { |