Author: fschumacher Date: Sat Sep 12 13:35:36 2015 New Revision: 1702630 URL: http://svn.apache.org/r1702630 Log: Correct spelling of property introduced with r1454125
Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties?rev=1702630&r1=1702629&r2=1702630&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties Sat Sep 12 13:35:36 2015 @@ -107,7 +107,7 @@ wsSession.unknownHandlerType=Unable to a wsWebSocketContainer.shutdown=The web application is stopping wsWebSocketContainer.asynchronousSocketChannelFail=Unable to open a connection to the server -wsWebSocketContainer.defaultConfiguratorFaill=Failed to create the default configurator +wsWebSocketContainer.defaultConfiguratorFail=Failed to create the default configurator wsWebSocketContainer.endpointCreateFail=Failed to create a local endpoint of type [{0}] wsWebSocketContainer.httpRequestFailed=The HTTP request to initiate the WebSocket connection failed wsWebSocketContainer.invalidExtensionParameters=The server responded with extension parameters the client is unable to support --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org