You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dj...@apache.org on 2011/05/31 18:58:10 UTC

svn commit: r1129800 - /aries/trunk/jpa/jpa-blueprint-aries/src/main/resources/org/apache/aries/jpa/blueprint/aries/nls/ariesBlueprintJpaMessages.properties

Author: djencks
Date: Tue May 31 16:58:10 2011
New Revision: 1129800

URL: http://svn.apache.org/viewvc?rev=1129800&view=rev
Log:
minor typo

Modified:
    aries/trunk/jpa/jpa-blueprint-aries/src/main/resources/org/apache/aries/jpa/blueprint/aries/nls/ariesBlueprintJpaMessages.properties

Modified: aries/trunk/jpa/jpa-blueprint-aries/src/main/resources/org/apache/aries/jpa/blueprint/aries/nls/ariesBlueprintJpaMessages.properties
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-blueprint-aries/src/main/resources/org/apache/aries/jpa/blueprint/aries/nls/ariesBlueprintJpaMessages.properties?rev=1129800&r1=1129799&r2=1129800&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-blueprint-aries/src/main/resources/org/apache/aries/jpa/blueprint/aries/nls/ariesBlueprintJpaMessages.properties (original)
+++ aries/trunk/jpa/jpa-blueprint-aries/src/main/resources/org/apache/aries/jpa/blueprint/aries/nls/ariesBlueprintJpaMessages.properties Tue May 31 16:58:10 2011
@@ -20,7 +20,7 @@
 # {0} The DOM node
 unexpected.node=The JPA namespace handler expected an element, but found something else. It found {0}.
 # {0} The component that was found
-incorrect.component.type=The JPA namespace can only be used to inject properties or constuctor arguments into a bean.\
+incorrect.component.type=The JPA namespace can only be used to inject properties or constructor arguments into a bean.\
  The JPA namespace has been asked to inject into the component {0}.
 # {0} The component that was found
 non.mutable.bean=An unexpected condition was encountered. The JPA namespace can only be used to inject properties into \