This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 6caf328 Fix duplicate words of runtime controller desc
6caf328 is described below
commit 6caf328fa850b1b8d9edef1b5dc62b7baf0383cc
Author: BugKing <[email protected]>
AuthorDate: Wed Apr 14 11:18:29 2021 +0800
Fix duplicate words of runtime controller desc
Closes #661
---
xdocs/changes.xml | 2 ++
xdocs/usermanual/component_reference.xml | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 5887cb6..b7d7fca 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -185,6 +185,7 @@ Summary
<li><bug>65198</bug>Can't copy generated function from FunctionHelper</li>
<li>Updated Apache Tika to 1.26 (from 1.24.1)</li>
<li><pr>658</pr>Improve javadoc. Contributed by Ori Marko (orimarko at
gmail.com)</li>
+ <li><pr>661</pr>Fix wording in doc. Contributed by BugKing (wangzhen at
fit2cloud.com)</li>
</ul>
<!-- =================== Thanks =================== -->
@@ -199,6 +200,7 @@ Summary
<li>Konstantin Kalinin (konstantin at kkalinin.pro)</li>
<li>David Pecollet (david.pecollet at gmail.com)</li>
<li>Ori Marko (orimarko at gmail.com)</li>
+ <li>BugKing (wangzhen at fit2cloud.com)</li>
</ul>
<p>We also thank bug reporters who helped us improve JMeter.</p>
<ul>
diff --git a/xdocs/usermanual/component_reference.xml
b/xdocs/usermanual/component_reference.xml
index f342610..be770b4 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -2249,7 +2249,7 @@ Please refer to the <complink name="Constant Throughput
Timer"/> for an element
<component name="Runtime Controller" index="§-num;.2.8" width="328"
height="100" screenshot="runtimecontroller.png">
<description>
- <p>The Runtime Controller controls how long its children how long its
children will run.
+ <p>The Runtime Controller controls how long its children will run.
Controller will run its children until configured
<code>Runtime(s)</code> is exceeded.
</p>
</description>