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 2018/07/09 12:32:41 UTC

[camel] branch master updated: CAMEL-12628 - Fixed camel-hawtdb typo in docs

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 b55e1be  CAMEL-12628 - Fixed camel-hawtdb typo in docs
b55e1be is described below

commit b55e1bef9e6c347959f83d9171a6a61e97fa1e89
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 9 14:32:14 2018 +0200

    CAMEL-12628 - Fixed camel-hawtdb typo in docs
---
 components/camel-hawtdb/src/main/docs/hawtdb.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-hawtdb/src/main/docs/hawtdb.adoc b/components/camel-hawtdb/src/main/docs/hawtdb.adoc
index 49aabce..8cc18e0 100644
--- a/components/camel-hawtdb/src/main/docs/hawtdb.adoc
+++ b/components/camel-hawtdb/src/main/docs/hawtdb.adoc
@@ -20,7 +20,7 @@ lightweight and embedable key value database. To make using leveldb easy
 there is a https://github.com/fusesource/leveldbjni[leveldbjni] project
 for that.
 
-There os a camel-leveldb component we recommend to use instead of this.
+There is a camel-leveldb component we recommend to use instead of this.
 
 Maven users will need to add the following dependency to their `pom.xml`
 for this component:
@@ -146,4 +146,4 @@ You must also set the `deadLetterUri` option so Camel knows where to
 send the Exchange when the `maximumRedeliveries` was
 hit.
 
-You can see some examples in the unit tests of camel-hawtdb
\ No newline at end of file
+You can see some examples in the unit tests of camel-hawtdb