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 /tests | |
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 'tests')
-rwxr-xr-x | tests/openpgp/armor.scm | 2 | ||||
-rwxr-xr-x | tests/openpgp/armor.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/openpgp/armor.scm b/tests/openpgp/armor.scm index 5b4ea1409..578e248a0 100755 --- a/tests/openpgp/armor.scm +++ b/tests/openpgp/armor.scm @@ -749,7 +749,7 @@ wg7Md81a5RI3F2FG8747t9gX ") ;; Bug 1179 solved 2010-05-12: -;; It occured for messages of a multiple of the iobuf block size where +;; It occurred for messages of a multiple of the iobuf block size where ;; the last line had no pad character. Due to premature poppng of thea ;; rmor filter gpg swalled the CRC line and passed the '-----END...' ;; line on to the decryption layer. diff --git a/tests/openpgp/armor.test b/tests/openpgp/armor.test index ce5939c34..72831e361 100755 --- a/tests/openpgp/armor.test +++ b/tests/openpgp/armor.test @@ -742,7 +742,7 @@ wg7Md81a5RI3F2FG8747t9gX ' # Bug 1179 solved 2010-05-12: -# It occured for messages of a multiple of the iobuf block size where +# It occurred for messages of a multiple of the iobuf block size where # the last line had no pad character. Due to premature poppng of thea # rmor filter gpg swalled the CRC line and passed the '-----END...' # line on to the decryption layer. |