diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2016-08-02 04:19:15 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-08-03 16:54:01 +0200 |
commit | cd45cf782b91ff0f6b023913963e5258ffcbf464 (patch) | |
tree | c4330fab916b258fb2ac979b6dae9a2fa584b577 /sm/server.c | |
parent | gpg,gpgsm: Block signals during keyring/keybox update. (diff) | |
download | gnupg2-cd45cf782b91ff0f6b023913963e5258ffcbf464.tar.xz gnupg2-cd45cf782b91ff0f6b023913963e5258ffcbf464.zip |
Fix spelling and grammar.
* agent/learncard.c: s/coccured/occurred/
* doc/dirmngr.texi: s/ommitted/omitted/, s/orginally/originally/,
s/reponses/responses/i
* doc/gpg-agent.texi, doc/dirmngr.texi, doc/gpg.texi: Fix "allows
to" to more conventional english usage.
* doc/tools.texi, g10/gpgcommpose.c, tests/openpgp/armor.scm,
tests/openpgp/armor.test: s/occured/occurred/
* tools/gpgsplit.c: s/calcualting/calculating/
* sm/server.c: s/formated/formatted/
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'sm/server.c')
-rw-r--r-- | sm/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/server.c b/sm/server.c index 8b4a29c87..cdccff3c5 100644 --- a/sm/server.c +++ b/sm/server.c @@ -1039,7 +1039,7 @@ static const char hlp_getauditlog[] = "If --data is used, the output is send using D-lines and not to the\n" "file descriptor given by an OUTPUT command.\n" "\n" - "If --html is used the output is formated as an XHTML block. This is\n" + "If --html is used the output is formatted as an XHTML block. This is\n" "designed to be incorporated into a HTML document."; static gpg_error_t cmd_getauditlog (assuan_context_t ctx, char *line) |