You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/09/08 19:37:45 UTC

[camel] branch master updated: Fixed small typos that were reported via DDF tool. (#4163)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a03a62  Fixed small typos that were reported via DDF tool. (#4163)
5a03a62 is described below

commit 5a03a6283ccc6401822a4626d87826488b25aacf
Author: nshendye <ns...@users.noreply.github.com>
AuthorDate: Wed Sep 9 01:07:27 2020 +0530

    Fixed small typos that were reported via DDF tool. (#4163)
    
    Co-authored-by: Nilam Shendye <ns...@nshendye.pnq.csb>
---
 components/camel-crypto/src/main/docs/pgp-dataformat.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-crypto/src/main/docs/pgp-dataformat.adoc b/components/camel-crypto/src/main/docs/pgp-dataformat.adoc
index 34a2dc9..6657c25 100644
--- a/components/camel-crypto/src/main/docs/pgp-dataformat.adoc
+++ b/components/camel-crypto/src/main/docs/pgp-dataformat.adoc
@@ -10,11 +10,11 @@
 
 The PGP Data Format integrates the Java
 Cryptographic Extension into Camel, allowing simple and flexible
-encryption and decryption of messages using Camel's familiar marshall
+encryption and decryption of messages using Camel's familiar marshal
 and unmarshal formatting mechanism. It assumes marshalling to mean
-encryption to cyphertext and unmarshalling to mean decryption back to
+encryption to ciphertext and unmarshalling to mean decryption back to
 the original plaintext. This data format implements only symmetric
-(shared-key) encryption and decyption.
+(shared-key) encryption and decryption.
 
 == PGPDataFormat Options