You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2015/08/14 21:39:32 UTC

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

Author: fschumacher
Date: Fri Aug 14 19:39:31 2015
New Revision: 1695973

URL: http://svn.apache.org/r1695973
Log:
Remove doubled words in documentation

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=1695973&r1=1695972&r2=1695973&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Aug 14 19:39:31 2015
@@ -1632,7 +1632,7 @@ The following table shows some values wh
   <property name="Destination" required="Yes">the message destination (topic or queue name)</property>
   <property name="Durable Subscription ID" required="No">The ID to use for a durable subscription. On first 
   use the respective queue will automatically be generated by the JMS provider if it does not exist yet.</property>
-  <property name="Client ID" required="No">The Client ID to use when you you use a durable subscription. 
+  <property name="Client ID" required="No">The Client ID to use when you use a durable subscription. 
   Be sure to add a variable like <code>${__threadNum}</code> when you have more than one Thread.</property>
   <property name="JMS Selector" required="No">Message Selector as defined by JMS specification to extract only 
   messages that respect the Selector condition. Syntax uses subpart of SQL 92.</property>
@@ -2473,7 +2473,7 @@ If there is no default, then no element
 
 <component name="ForEach Controller" index="&sect-num;.2.12" anchor="loop" width="342" height="193" screenshot="logic-controller/foreach-controller.png">
 <description><p>A ForEach controller loops through the values of a set of related variables. 
-When you add samplers (or controllers) to a ForEach controller, every sample sample (or controller)
+When you add samplers (or controllers) to a ForEach controller, every sample (or controller)
 is executed one or more times, where during every loop the variable has a new value.
 The input should consist of several variables, each extended with an underscore and a number.
 Each such variable must have a value.