diff options
author | Daniel Kahn Gillmor <[email protected]> | 2016-08-02 02:19:15 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-08-03 14:54:01 +0000 |
commit | cd45cf782b91ff0f6b023913963e5258ffcbf464 (patch) | |
tree | c4330fab916b258fb2ac979b6dae9a2fa584b577 /g10/gpgcompose.c | |
parent | gpg,gpgsm: Block signals during keyring/keybox update. (diff) | |
download | gnupg-cd45cf782b91ff0f6b023913963e5258ffcbf464.tar.gz gnupg-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 <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | g10/gpgcompose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpgcompose.c b/g10/gpgcompose.c index cd5346fb0..e3bb01317 100644 --- a/g10/gpgcompose.c +++ b/g10/gpgcompose.c @@ -1317,7 +1317,7 @@ sig_notation (const char *option, int argc, char *argv[], void *cookie) else notation = string_to_notation (p, 1); if (! notation) - log_fatal ("creating notation: an unknown error occured.\n"); + log_fatal ("creating notation: an unknown error occurred.\n"); notation->next = si->notations; si->notations = notation; |