summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2016-08-02 04:19:15 +0200
committerJustus Winter <justus@g10code.com>2016-08-03 16:54:01 +0200
commitcd45cf782b91ff0f6b023913963e5258ffcbf464 (patch)
treec4330fab916b258fb2ac979b6dae9a2fa584b577 /tools
parentgpg,gpgsm: Block signals during keyring/keybox update. (diff)
downloadgnupg2-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 'tools')
-rw-r--r--tools/gpgsplit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgsplit.c b/tools/gpgsplit.c
index 2451ab33f..93dd8edf8 100644
--- a/tools/gpgsplit.c
+++ b/tools/gpgsplit.c
@@ -577,7 +577,7 @@ write_part (FILE *fpin, unsigned long pktlen,
len = public_key_length (blob, pktlen);
if (!len)
{
- log_error ("error calcualting public key length\n");
+ log_error ("error calculating public key length\n");
g10_exit (1);
}
if ( (hdr[0] & 0x40) )