Author: fschumacher
Date: Sat Mar 23 18:39:02 2019
New Revision: 1856122
URL: http://svn.apache.org/viewvc?rev=1856122&view=rev
Log:
Correct double word in docs
Correct two occurrences of doubled words. Those were found by using
$ grep -rP '\b([a-z]\w*)\s+\1\b' xdocs/
Modified:
jmeter/trunk/xdocs/usermanual/component_reference.xml
jmeter/trunk/xdocs/usermanual/jmeter_distributed_testing_step_by_step.xml
Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1856122&r1=1856121&r2=1856122&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Mar 23 18:39:02
2019
@@ -3501,7 +3501,7 @@ By default, a Graphite implementation is
if the variable name field empty, then the first line of the file is read
and interpreted as the list of column names.
</property>
<property name="Use first line as Variable Names" required="No">
- Ignore first line of CSV file, it will only be used used if Variable Names
is not empty,
+ Ignore first line of CSV file, it will only be used if Variable Names is not
empty,
if Variable Names is empty the first line must contain the headers.
</property>
<property name="Delimiter" required="Yes">Delimiter to be used to split the
records in the file.
Modified:
jmeter/trunk/xdocs/usermanual/jmeter_distributed_testing_step_by_step.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/jmeter_distributed_testing_step_by_step.xml?rev=1856122&r1=1856121&r2=1856122&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/jmeter_distributed_testing_step_by_step.xml
(original)
+++ jmeter/trunk/xdocs/usermanual/jmeter_distributed_testing_step_by_step.xml
Sat Mar 23 18:39:02 2019
@@ -83,7 +83,7 @@ Before we dive into the step-by-step ins
<li>Open <code>jmeter.properties</code> in a text editor</li>
<li>Edit the line <code>remote_hosts=127.0.0.1</code></li>
<li>Add the IP address. For example, if I have JMeter server running on
<code>192.168.0.10</code>,
- …, <code>192.168.0.15</code>, the entry would like like this:
+ …, <code>192.168.0.15</code>, the entry would look like this:
<source>remote_hosts=192.168.0.10,192.168.0.11,192.168.0.12,192.168.0.13,192.168.0.14</source>
</li>
<li>Start JMeter.</li>