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

[camel] branch master updated: Fixed typo in ehcache blueprint example

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

acosentino 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 782a751  Fixed typo in ehcache blueprint example
782a751 is described below

commit 782a7513ce0992c0acbb9dbd5d8a5e146853a518
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 6 11:48:24 2019 +0100

    Fixed typo in ehcache blueprint example
---
 examples/camel-example-ehcache-blueprint/README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/camel-example-ehcache-blueprint/README.md b/examples/camel-example-ehcache-blueprint/README.md
index 9791610..4562725 100644
--- a/examples/camel-example-ehcache-blueprint/README.md
+++ b/examples/camel-example-ehcache-blueprint/README.md
@@ -49,8 +49,7 @@ But then the data will be cached, so it will be quick afterward.
 
 
 ### Configuration
-This example is implemented in XML DSL in the `src/main/resources/OSGI-INF/bluepring/camel-context.xml` file.
-
+This example is implemented in XML DSL in the `src/main/resources/OSGI-INF/blueprint/camel-context.xml` file.
 
 ### Forum, Help, etc