Updated Branches:
  refs/heads/camel-2.11.x b70184017 -> be91a4c41

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/be91a4c4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/be91a4c4
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/be91a4c4

Branch: refs/heads/camel-2.11.x
Commit: be91a4c41d2be00ace6eebee35b09d16a0e6f9a8
Parents: b701840
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:13:47 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/be91a4c4/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 fc5e650..da58ae9 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