Repository: camel Updated Branches: refs/heads/master 356c30782 -> 8f263b982
Fixed typo Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8f263b98 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8f263b98 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8f263b98 Branch: refs/heads/master Commit: 8f263b98257817556db6036db801b9bb9937cda7 Parents: 356c307 Author: Claus Ibsen <[email protected]> Authored: Thu Mar 17 07:47:55 2016 +0100 Committer: Claus Ibsen <[email protected]> Committed: Thu Mar 17 07:47:55 2016 +0100 ---------------------------------------------------------------------- components/camel-spark/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8f263b98/components/camel-spark/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-spark/pom.xml b/components/camel-spark/pom.xml index 4089cf3..e4e90cb 100644 --- a/components/camel-spark/pom.xml +++ b/components/camel-spark/pom.xml @@ -77,7 +77,7 @@ <version>${jackson-spark-version}</version> </dependency> - <!-- haddoop --> + <!-- hadoop --> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId>
