You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by ro...@apache.org on 2010/07/23 16:52:43 UTC

svn commit: r967118 - /incubator/wink/trunk/wink-common/src/main/resources/org/apache/wink/common/internal/i18n/resource.properties

Author: rott
Date: Fri Jul 23 14:52:43 2010
New Revision: 967118

URL: http://svn.apache.org/viewvc?rev=967118&view=rev
Log:
fix typos in resource.properties file

Modified:
    incubator/wink/trunk/wink-common/src/main/resources/org/apache/wink/common/internal/i18n/resource.properties

Modified: incubator/wink/trunk/wink-common/src/main/resources/org/apache/wink/common/internal/i18n/resource.properties
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-common/src/main/resources/org/apache/wink/common/internal/i18n/resource.properties?rev=967118&r1=967117&r2=967118&view=diff
==============================================================================
--- incubator/wink/trunk/wink-common/src/main/resources/org/apache/wink/common/internal/i18n/resource.properties (original)
+++ incubator/wink/trunk/wink-common/src/main/resources/org/apache/wink/common/internal/i18n/resource.properties Fri Jul 23 14:52:43 2010
@@ -50,7 +50,7 @@ alternateShortcutMapCloseFailure=An exce
 
 # Provider Information
 uploadDirDoesNotExist=The upload directory {0} does not exist or is not a directory.  The entity is uploaded to a default temporary directory defined by the JVM system property "java.io.tmpdir".  Create the upload directory and verify that the file permissions are set appropriately.
-cannotUseFileAsResponse=The system cannot read the {0} file to server as a HTTP response. The file is not readable or is a directory. Verify that the file exists and the correct file permissions are set.
+cannotUseFileAsResponse=The system cannot read the {0} file to serve as a HTTP response. The file is not readable or is a directory. Verify that the file exists and the correct file permissions are set.
 
 jaxbObjectFactoryInstantiate=The system failed to instantiate the object factory for the following class: {0}.
 
@@ -131,7 +131,7 @@ populateResponseMediaTypeHandlerFromComp
 populateResponseMediaTypeHandlerNoAcceptableResponse=The client did not list any compatible media types in the Accept request header.  The service is automatically sending a HTTP 406 Not Acceptable response to the client.
 
 # Servlet/Filter Messages
-restServletJAXRSApplicationInitParam=The system is using the {0} application class {0} that is named in the {1} init-param initialization parameter.
+restServletJAXRSApplicationInitParam=The system is using the {0} application class that is named in the {1} init-param initialization parameter.
 restServletWinkApplicationInitParam=The system is using the {0} application class named in the {1} init-param initialization parameter.
 restServletUseDeploymentConfigurationParam=The system is using the {0} deployment configuration class named in the {1} init-param initialization parameter.
 restServletUsePropertiesFileAtLocation=The system is using the properties file located at {0} named in the {1} init-param initialization parameter.