You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gm...@apache.org on 2007/10/27 01:28:28 UTC

svn commit: r588799 - /incubator/cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/Messages.properties

Author: gmazza
Date: Fri Oct 26 16:28:27 2007
New Revision: 588799

URL: http://svn.apache.org/viewvc?rev=588799&view=rev
Log:
Typo fixed, also gave precise name of flag (perhaps easier for the user.)

Modified:
    incubator/cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/Messages.properties

Modified: incubator/cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/Messages.properties
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/Messages.properties?rev=588799&r1=588798&r2=588799&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/Messages.properties (original)
+++ incubator/cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/Messages.properties Fri Oct 26 16:28:27 2007
@@ -23,4 +23,4 @@
 REMOVE_HANDLER_FAILED_MSG = Could not remove cxf jetty handler from Jetty server: {0}
 CAN_NOT_FIND_HANDLER_MSG = Could not find the handler to remove for context url {0}
 FAILED_TO_SHUTDOWN_ENGINE_MSG = Failed to shutdown Jetty server: {0} because it is still in use
-UNKNOWN_CONNECTOR_MSG = Unknown connector type, can't set the socket reuse address flage.
\ No newline at end of file
+UNKNOWN_CONNECTOR_MSG = Unknown connector type, can't set the socket reuseAddress flag.
\ No newline at end of file