Updated Branches:
  refs/heads/camel-2.10.x e4e5aeac9 -> 8e6ee23d3

Corrected the typo inside README.txt of this example (as well as the
same typo on the Wiki).


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8e6ee23d
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8e6ee23d
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8e6ee23d

Branch: refs/heads/camel-2.10.x
Commit: 8e6ee23d3adc2f2bc7613cb2472292b27ebdc403
Parents: e4e5aea
Author: Babak Vahdat <bvah...@apache.org>
Authored: Wed May 15 12:12:01 2013 +0200
Committer: Babak Vahdat <bvah...@apache.org>
Committed: Wed May 15 12:14:55 2013 +0200

----------------------------------------------------------------------
 examples/camel-example-spring-security/README.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8e6ee23d/examples/camel-example-spring-security/README.txt
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-security/README.txt 
b/examples/camel-example-spring-security/README.txt
index ec0a073..c708587 100644
--- a/examples/camel-example-spring-security/README.txt
+++ b/examples/camel-example-spring-security/README.txt
@@ -6,7 +6,7 @@ This example shows how to leverage the Spring Security to 
secure the camel endpo
 The example consumes messages from a servlet endpoint which is secured by 
Spring Security 
 with http basic authentication, there are two service:
  "http://localhost:8080/camel/user"; is for the authenticated user whose role 
is ROLE_USER
- "http://localhost:8080/camel/admim"; is for the authenticated user whose role 
is ROLE_ADMIN
+ "http://localhost:8080/camel/admin"; is for the authenticated user whose role 
is ROLE_ADMIN
 
 You will need to compile this example first:
   mvn clean install

Reply via email to