You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/03/01 23:56:47 UTC

svn commit: r1295964 - /commons/proper/digester/trunk/src/changes/changes.xml

Author: simonetripodi
Date: Thu Mar  1 22:56:47 2012
New Revision: 1295964

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

Modified:
    commons/proper/digester/trunk/src/changes/changes.xml

Modified: commons/proper/digester/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/changes/changes.xml?rev=1295964&r1=1295963&r2=1295964&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/changes/changes.xml (original)
+++ commons/proper/digester/trunk/src/changes/changes.xml Thu Mar  1 22:56:47 2012
@@ -24,7 +24,7 @@
   <body>
   <release version="3.3" date="201?-??-??" description="Maintenance release.">
     <action dev="simonetripodi" type="fix" issue="DIGESTER-162">
-      ObjectCreateRule doesn't allow create objects wich type is specified in attributeName only
+      ObjectCreateRule doesn't allow create objects which type is specified in attributeName only
     </action>
     <action dev="simonetripodi" type="fix" issue="DIGESTER-161" due-to="Eduard Papa">
       Document thread-safety in javadoc of Rule class