You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2012/09/26 12:38:30 UTC

svn commit: r1390393 - /camel/trunk/examples/camel-example-cdi/pom.xml

Author: bvahdat
Date: Wed Sep 26 10:38:29 2012
New Revision: 1390393

URL: http://svn.apache.org/viewvc?rev=1390393&view=rev
Log:
Corrected a tiny typo.

Modified:
    camel/trunk/examples/camel-example-cdi/pom.xml

Modified: camel/trunk/examples/camel-example-cdi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cdi/pom.xml?rev=1390393&r1=1390392&r2=1390393&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cdi/pom.xml (original)
+++ camel/trunk/examples/camel-example-cdi/pom.xml Wed Sep 26 10:38:29 2012
@@ -54,7 +54,7 @@
       <artifactId>camel-cdi</artifactId>
     </dependency>
 
-    <!-- we make use of the javax.ejb.Startup API while running the example embededd inside glassfish/jboss (see the profiles below) -->
+    <!-- we make use of the javax.ejb.Startup API while running the example embedded inside glassfish/jboss (see the profiles below) -->
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-ejb_3.1_spec</artifactId>