You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2019/06/27 10:29:37 UTC

[camel] branch master updated: Trivial grammatical fix

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

coheigea 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 789f1b2  Trivial grammatical fix
789f1b2 is described below

commit 789f1b26cf8b5ce7e40741c1236c3e1622c3550d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Jun 27 11:26:21 2019 +0100

    Trivial grammatical fix
---
 components/camel-shiro/src/main/docs/shiro.adoc | 2 +-
 docs/components/modules/ROOT/pages/shiro.adoc   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-shiro/src/main/docs/shiro.adoc b/components/camel-shiro/src/main/docs/shiro.adoc
index de32138..49f2418 100644
--- a/components/camel-shiro/src/main/docs/shiro.adoc
+++ b/components/camel-shiro/src/main/docs/shiro.adoc
@@ -293,7 +293,7 @@ as shown below:
 --------------------------------------------------------------------------------------
 
 When you use the username and password headers, then the
-ShiroSecurityPolicy in the Camel route will automatic transform those
+ShiroSecurityPolicy in the Camel route will automatically transform those
 into a single header with key
 ShiroSecurityConstants.SHIRO_SECURITY_TOKEN with the token. Then token
 is either a `ShiroSecurityToken` instance, or a base64 representation as
diff --git a/docs/components/modules/ROOT/pages/shiro.adoc b/docs/components/modules/ROOT/pages/shiro.adoc
index de32138..49f2418 100644
--- a/docs/components/modules/ROOT/pages/shiro.adoc
+++ b/docs/components/modules/ROOT/pages/shiro.adoc
@@ -293,7 +293,7 @@ as shown below:
 --------------------------------------------------------------------------------------
 
 When you use the username and password headers, then the
-ShiroSecurityPolicy in the Camel route will automatic transform those
+ShiroSecurityPolicy in the Camel route will automatically transform those
 into a single header with key
 ShiroSecurityConstants.SHIRO_SECURITY_TOKEN with the token. Then token
 is either a `ShiroSecurityToken` instance, or a base64 representation as