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/04/29 21:29:32 UTC

svn commit: r1676836 - in /jmeter/trunk/xdocs: building.xml index.xml issues.xml

Author: fschumacher
Date: Wed Apr 29 19:29:31 2015
New Revision: 1676836

URL: http://svn.apache.org/r1676836
Log:
More typos

Modified:
    jmeter/trunk/xdocs/building.xml
    jmeter/trunk/xdocs/index.xml
    jmeter/trunk/xdocs/issues.xml

Modified: jmeter/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/building.xml?rev=1676836&r1=1676835&r2=1676836&view=diff
==============================================================================
--- jmeter/trunk/xdocs/building.xml (original)
+++ jmeter/trunk/xdocs/building.xml Wed Apr 29 19:29:31 2015
@@ -24,7 +24,7 @@
 <note>
 <b>Note to developers:</b>
 This is a very brief overview. 
-There is more infomation on the <a href="http://wiki.apache.org/jmeter">JMeter Wiki</a> or in <code>eclipse.readme</code> in root folder of sources.
+There is more information on the <a href="http://wiki.apache.org/jmeter">JMeter Wiki</a> or in <code>eclipse.readme</code> in root folder of sources.
 </note>
 <h2>Building Add-Ons</h2>
 <p>
@@ -68,7 +68,7 @@ install the dependent jars, you can conf
 file with the <code>eclipse.classpath</code> file provided with JMeter. This will set up the source-paths and most of the libraries.
 </p>
 <p>
-Ensure your read <code>eclipse.readme</code> for project configuration.
+Ensure you read <code>eclipse.readme</code> for project configuration.
 </p>
 </section>
 </body>

Modified: jmeter/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/index.xml?rev=1676836&r1=1676835&r2=1676836&view=diff
==============================================================================
--- jmeter/trunk/xdocs/index.xml (original)
+++ jmeter/trunk/xdocs/index.xml Wed Apr 29 19:29:31 2015
@@ -81,7 +81,7 @@ As far as web-services and remote servic
 however JMeter does not perform all the actions supported by browsers.
 In particular, JMeter does not execute the Javascript found in HTML pages.
 Nor does it render the HTML pages as a browser does 
-(it's possible to view the response as HTML etc, but the timings are not included in any samples, and only one sample in one thread is ever viewed at a time).
+(it's possible to view the response as HTML etc., but the timings are not included in any samples, and only one sample in one thread is ever viewed at a time).
 </p>
 
 <h2>How do I do it?</h2>

Modified: jmeter/trunk/xdocs/issues.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/issues.xml?rev=1676836&r1=1676835&r2=1676836&view=diff
==============================================================================
--- jmeter/trunk/xdocs/issues.xml (original)
+++ jmeter/trunk/xdocs/issues.xml Wed Apr 29 19:29:31 2015
@@ -93,7 +93,7 @@ Use the checklist below to guide you.
 <li>Java version (output from <code>java -version</code>)</li>
 <li>OS version</li>
 <li><code>jmeter.log</code> file (unlikely to contain sensitive information, but check before uploading)</li>
-<li>JMX file if relevant (redact any sensitive information first), providing a simplified Test Plan (using <complink name="Debug Sampler"/>) will ensure BUG is fixed much more rapidely than without it</li>
+<li>JMX file if relevant (redact any sensitive information first), providing a simplified Test Plan (using <complink name="Debug Sampler"/>) will ensure BUG is fixed much more rapidly than without it</li>
 <li>JTL file if relevant (may need to redact sensitive information)</li>
 <li>For a suspected bug, describe what you did, what happened, and how this differs from what you expected to happen.
 Does it happen every time?