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

pascalschumacher 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 75514af  camel-smpp: Fix typo in documentation
75514af is described below

commit 75514af42902e8ad57b98080f2d0f3dadabae7bd
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Tue May 12 20:19:02 2020 +0200

    camel-smpp: Fix typo in documentation
---
 components/camel-smpp/src/main/docs/smpp-component.adoc | 2 +-
 docs/components/modules/ROOT/pages/smpp-component.adoc  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-smpp/src/main/docs/smpp-component.adoc 
b/components/camel-smpp/src/main/docs/smpp-component.adoc
index b7c82fe..948e3a2 100644
--- a/components/camel-smpp/src/main/docs/smpp-component.adoc
+++ b/components/camel-smpp/src/main/docs/smpp-component.adoc
@@ -319,7 +319,7 @@ SMPP producer
 
 |`CamelSmppDestAddr` |`List`/`String` |*only for SubmitSm, SubmitMulti, 
CancelSm and DataSm* Defines the
 destination SME address(es). For mobile terminated messages, this is the
-directory number of the recipient MS. Is must be a `List<String>` for
+directory number of the recipient MS. It must be a `List<String>` for
 SubmitMulti and a `String` otherwise.
 
 |`CamelSmppDestAddrTon` |`Byte` |*only for SubmitSm, SubmitMulti, CancelSm and 
DataSm* Defines the type
diff --git a/docs/components/modules/ROOT/pages/smpp-component.adoc 
b/docs/components/modules/ROOT/pages/smpp-component.adoc
index f9683b8..b664998 100644
--- a/docs/components/modules/ROOT/pages/smpp-component.adoc
+++ b/docs/components/modules/ROOT/pages/smpp-component.adoc
@@ -321,7 +321,7 @@ SMPP producer
 
 |`CamelSmppDestAddr` |`List`/`String` |*only for SubmitSm, SubmitMulti, 
CancelSm and DataSm* Defines the
 destination SME address(es). For mobile terminated messages, this is the
-directory number of the recipient MS. Is must be a `List<String>` for
+directory number of the recipient MS. It must be a `List<String>` for
 SubmitMulti and a `String` otherwise.
 
 |`CamelSmppDestAddrTon` |`Byte` |*only for SubmitSm, SubmitMulti, CancelSm and 
DataSm* Defines the type

Reply via email to