You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/04/25 23:59:32 UTC

svn commit: r532500 - /incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties

Author: dkulp
Date: Wed Apr 25 14:59:31 2007
New Revision: 532500

URL: http://svn.apache.org/viewvc?view=rev&rev=532500
Log:
Fix silly spelling mistake

Modified:
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties

Modified: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties?view=diff&rev=532500&r1=532499&r2=532500
==============================================================================
--- incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties (original)
+++ incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties Wed Apr 25 14:59:31 2007
@@ -25,7 +25,7 @@
 NO_OPERATION=No such operation: {0}
 NO_DATAREADER=No DataReader is available for Service: {0}
 NO_DATAWRITER=No DataWriter is available for Service: {0}
-COULD_NOT_UNRWAP=Could not unrwap message parts.
+COULD_NOT_UNRWAP=Could not unwrap message parts.
 COULD_NOT_SEND=Could not send Message.
 NO_PART_FOUND=Message part {0} was not recognized.
 ORDERED_PARAM_REQUIRED=Parameter should be ordered in the following sequence: {0}