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
commit c1a198fb9ac4d2c9c371f76bbe09ddd1bb3a8a69 Author: Felix Schumacher <[email protected]> AuthorDate: Sun Aug 25 22:08:17 2019 +0200 Fix typo Closes #480 on github --- .../main/java/org/apache/jmeter/visualizers/SearchTextExtension.java | 2 +- xdocs/changes.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/src/main/java/org/apache/jmeter/visualizers/SearchTextExtension.java b/src/components/src/main/java/org/apache/jmeter/visualizers/SearchTextExtension.java index 15d7a44..66b76bb 100644 --- a/src/components/src/main/java/org/apache/jmeter/visualizers/SearchTextExtension.java +++ b/src/components/src/main/java/org/apache/jmeter/visualizers/SearchTextExtension.java @@ -119,7 +119,7 @@ public class SearchTextExtension implements ActionListener, DocumentListener { /** * - * @return {@link JToolBar} the search toolbat component + * @return {@link JToolBar} the search toolbar component */ public JToolBar getSearchToolBar() { return toolBar; diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 03d7195..c06a068 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -205,6 +205,7 @@ to view the last release notes of version 5.1.1. <li><bug>63394</bug>JMeter should fail with non-zero when test execution fails (due to missing test plan or other reason). Contributed by Ubik Load Pack (support at ubikloadpack.com)</li> <li><bug>63464</bug>image/svg+xml is wrongly considered as binary</li> <li><bug>63490</bug>At end of scheduler duration lots of Samplers gets executed at the same time</li> + <li><pr>480</pr>Fix a few typos in comments and log messages. Based on patch by Anass Benomar (anassbenomar at gmail.com)</li> </ul> <!-- =================== Thanks =================== --> @@ -223,6 +224,7 @@ to view the last release notes of version 5.1.1. <li>John Bergqvist (John.Bergqvist at diffblue.com)</li> <li>Franz Schwab ([email protected])</li> <li>Graham Russell (graham at ham1.co.uk)</li> + <li>Anass Benomar (anassbenomar at gmail.com)</li> </ul> <p>We also thank bug reporters who helped us improve JMeter.</p> <ul>
