You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/08/19 23:54:54 UTC

svn commit: r1515625 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Mon Aug 19 21:54:53 2013
New Revision: 1515625

URL: http://svn.apache.org/r1515625
Log:
fix typo

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1515625&r1=1515624&r2=1515625&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Aug 19 21:54:53 2013
@@ -1270,7 +1270,7 @@ e.g. props.get("START.HMS"); props.put("
         If "Re-use connection" is selected, connections are shared between Samplers in the same thread,
         provided that the exact same host name string and port are used. 
         Different hosts/port combinations will use different connections, as will different threads. 
-        If both of "Re-use connection" and "Close connetion" are selected, the socket will be closed after running the sampler. 
+        If both of "Re-use connection" and "Close connection" are selected, the socket will be closed after running the sampler. 
         On the next sampler, another socket will be created. You may want to close a socket at the end of each thread loop.
         <br></br>
         If an error is detected - or "Re-use connection" is not selected - the socket is closed.