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 2020/08/20 15:58:52 UTC

[jmeter] branch master updated: Correct typos in README.me

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 7fd938f  Correct typos in README.me
7fd938f is described below

commit 7fd938f9bca1572c85458861eb3a42e8fa84225d
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Thu Aug 20 17:58:08 2020 +0200

    Correct typos in README.me
    
    Based on patches by Pooja Chandak (poojachandak002 at gmail.com)
    
    Closes #612
---
 README.md         | 14 ++++++++------
 xdocs/changes.xml |  2 ++
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index cce7bfa..f921538 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ The following requirements exist for running Apache JMeter:
 
 - Java Compiler (*OPTIONAL*):
 
-  A Java compiler is not needed since the distribution cludes a
+  A Java compiler is not needed since the distribution includes a
   precompiled Java binary archive.
   > **Note** that a compiler is required to build plugins for Apache JMeter.
 
@@ -126,7 +126,7 @@ The following requirements exist for running Apache JMeter:
 
 ### Windows
 
-For Windows there are also some other scripts which you can drag-and-drop
+For Windows, there are also some other scripts which you can drag-and-drop
 a JMX file onto:
 
 - `jmeter-n.cmd` - runs the file as a non-GUI test
@@ -160,7 +160,7 @@ _This is useful for testing what happens if the optional jars are not
 downloaded by other JMeter users._
 
 If you are behind a proxy, you can set a few build properties in
-`~/.gradle/gradle.properties` for gradle to use the proxy:
+`~/.gradle/gradle.properties` for Gradle to use the proxy:
 
 ```properties
 systemProp.http.proxyHost=proxy.example.invalid
@@ -193,14 +193,16 @@ The output artifacts (jars, reports) are placed in the `build` folder.
 For instance, binary artifacts can be found under `src/dist/build/distributions`.
 
 The following command would compile the application and enable you to run `jmeter`
-from the `bin` directory. Note: it completely refreshes `lib/` contents,
-so it would remove clustom plugins should you have them installed.
+from the `bin` directory.
+
+> **Note** that it completely refreshes `lib/` contents,
+so it would remove custom plugins should you have them installed.
 
 ```sh
 ./gradlew createDist
 ```
 
-Alternatively you could get Gradle to start the GUI:
+Alternatively, you could get Gradle to start the GUI:
 
 ```sh
 ./gradlew runGui
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index fb3e260..0952945 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -128,6 +128,7 @@ Summary
     <li><bug>63809</bug><pr>557</pr>Updated commons-collections to 4.4 (from 3.2.2) while keeping the jars for the old commons-collections 3.x for compatibility</li>
     <li><pr>598</pr>Add another option for creating diffs to the building page. Contributed by jmetertea (github.com/jmetertea)</li>
     <li><pr>609</pr>Make use of newer API for darklaf installation. Jannis Weis</li>
+    <li><pr>612</pr>Correct typos in <code>README.me</code>. Based on patches by Pooja Chandak (poojachandak002 at gmail.com)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->
@@ -205,6 +206,7 @@ Summary
   <li><a href="https://github.com/topicus-pw-dvdouden">Daniel van den Ouden</a></li>
   <li><a href="https://ubikloadpack.com" >Ubik Load Pack</a></li>
   <li>Till Neunast (https://github.com/tilln)</li>
+  <li>Pooja Chandak (poojachandak002 at gmail.com)</li>
 </ul>
 <p>We also thank bug reporters who helped us improve JMeter.</p>
 <ul>