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 56e4644 Document Update (#4169) 56e4644 is described below commit 56e46442835a300ba44e135edb75c41f232e7d0e Author: Nitesh Koushik S <39699046+niteshkous...@users.noreply.github.com> AuthorDate: Tue Sep 8 12:19:00 2020 +0530 Document Update (#4169) spelling change from "enviroment" to "environment" --- .../user-manual/modules/ROOT/pages/using-osgi-blueprint-with-camel.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/using-osgi-blueprint-with-camel.adoc b/docs/user-manual/modules/ROOT/pages/using-osgi-blueprint-with-camel.adoc index 5ee5a5b..d5a05de 100644 --- a/docs/user-manual/modules/ROOT/pages/using-osgi-blueprint-with-camel.adoc +++ b/docs/user-manual/modules/ROOT/pages/using-osgi-blueprint-with-camel.adoc @@ -39,7 +39,7 @@ elements (compared to the Spring xml syntax): * beanPostProcessor are specific to Spring and aren't allowed However, using blueprint when you deploy your applications in an OSGi -enviroment has several advantages: +environment has several advantages: * when upgrading to a new camel version, you don't have to change the namespace, as the correct version will be selected based on the camel