You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2015/05/04 10:05:43 UTC

svn commit: r1677549 - /incubator/tamaya/site/trunk/content/modules.mdtext

Author: anatole
Date: Mon May  4 08:05:42 2015
New Revision: 1677549

URL: http://svn.apache.org/r1677549
Log:
Fixed spelling error.

Modified:
    incubator/tamaya/site/trunk/content/modules.mdtext

Modified: incubator/tamaya/site/trunk/content/modules.mdtext
URL: http://svn.apache.org/viewvc/incubator/tamaya/site/trunk/content/modules.mdtext?rev=1677549&r1=1677548&r2=1677549&view=diff
==============================================================================
--- incubator/tamaya/site/trunk/content/modules.mdtext (original)
+++ incubator/tamaya/site/trunk/content/modules.mdtext Mon May  4 08:05:42 2015
@@ -121,7 +121,7 @@ most important ones are shortly listed i
 
 Now with JSR 299/330 we all are aware of inversion of control and dependency injection as a very elegant way to resolve
 our dependencies. The same is also true for configuration. Instead of adding boilerplate configuration code just let
-_Tamaya: do the work for you. To use this feature simply add the following dependency to your porject:
+_Tamaya: do the work for you. To use this feature simply add the following dependency to your project:
 
     <dependency>
       <groupId>org.apache.tamaya.ext</groupId>