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 2017/06/03 15:00:58 UTC

svn commit: r1797512 - in /jmeter/trunk: src/core/org/apache/jmeter/reporters/ src/core/org/apache/jmeter/resources/ src/protocol/http/org/apache/jmeter/protocol/http/parser/ src/protocol/http/org/apache/jmeter/protocol/http/util/ xdocs/ xdocs/usermanual/

Author: fschumacher
Date: Sat Jun  3 15:00:57 2017
New Revision: 1797512

URL: http://svn.apache.org/viewvc?rev=1797512&view=rev
Log:
Spellcheck

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultSaver.java
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/BaseParser.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPArgument.java
    jmeter/trunk/xdocs/changes_history.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml
    jmeter/trunk/xdocs/usermanual/jmeter_distributed_testing_step_by_step.xml
    jmeter/trunk/xdocs/usermanual/ldapanswer_xml.xml
    jmeter/trunk/xdocs/usermanual/properties_reference.xml
    jmeter/trunk/xdocs/usermanual/realtime-results.xml

Modified: jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultSaver.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultSaver.java?rev=1797512&r1=1797511&r2=1797512&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultSaver.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultSaver.java Sat Jun  3 15:00:57 2017
@@ -105,7 +105,7 @@ public class ResultSaver extends Abstrac
     }
 
     /**
-     * @return next number accross all instances
+     * @return next number across all instances
      */
     private long nextNumber() {
         synchronized(LOCK) {

Modified: jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties?rev=1797512&r1=1797511&r2=1797512&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties Sat Jun  3 15:00:57 2017
@@ -438,7 +438,7 @@ insert_after=Insert After
 insert_before=Insert Before
 insert_parent=Insert Parent
 interleave_control_title=Interleave Controller
-interleave_accross_threads=Interleave accross threads
+interleave_accross_threads=Interleave across threads
 intsum_param_1=First int to add.
 intsum_param_2=Second int to add - further ints can be summed by adding further arguments.
 invalid_data=Invalid data
@@ -782,7 +782,7 @@ proxy_test_plan_content=Test plan conten
 proxy_test_plan_creation=Test Plan Creation
 proxy_test_plan_filtering=Requests Filtering
 proxy_title=HTTP(S) Test Script Recorder
-pt_br=Portugese (Brazilian)
+pt_br=Portuguese (Brazilian)
 ramp_up=Ramp-Up Period (in seconds)\:
 random_control_title=Random Controller
 random_order_control_title=Random Order Controller

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/BaseParser.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/BaseParser.java?rev=1797512&r1=1797511&r2=1797512&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/BaseParser.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/BaseParser.java Sat Jun  3 15:00:57 2017
@@ -26,7 +26,7 @@ import org.slf4j.Logger;
 
 /**
  * BaseParser is the base class for {@link LinkExtractorParser}
- * It is advised to make subclasses reusable accross parsing, so {@link BaseParser}{@link #isReusable()} returns true by default
+ * It is advised to make subclasses reusable across parsing, so {@link BaseParser}{@link #isReusable()} returns true by default
  * @since 3.0
  */
 public abstract class BaseParser implements LinkExtractorParser {

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPArgument.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPArgument.java?rev=1797512&r1=1797511&r2=1797512&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPArgument.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPArgument.java Sat Jun  3 15:00:57 2017
@@ -54,7 +54,7 @@ public class HTTPArgument extends Argume
      * The value is assumed to be not encoded.
      *
      * @param name
-     *            name of the paramter
+     *            name of the parameter
      * @param value
      *            value of the parameter
      * @param metadata

Modified: jmeter/trunk/xdocs/changes_history.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes_history.xml?rev=1797512&r1=1797511&r2=1797512&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes_history.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes_history.xml [utf-8] Sat Jun  3 15:00:57 2017
@@ -1106,7 +1106,7 @@ Generate Summary Results =  32257 in 00:
 </source>
 <ch_title>BackendListener now allows you to define sampler list as a regular expression</ch_title>
 <p>You can now use a regular expression to select the samplers you want to filter. 
-Use parameter: <code>useRegexpForSamplersList=true</code> and put a regex in pararameter <code>samplersList</code>
+Use parameter: <code>useRegexpForSamplersList=true</code> and put a regex in parameter <code>samplersList</code>
 </p>
 <figure width="806" height="380" image="changes/3.0/graphite_backend_listener_regex.png" ></figure>
 <ch_category>Protocols and Load Testing improvements</ch_category>
@@ -1180,8 +1180,8 @@ This validation mode can be customized.
 <ch_title>Apache Groovy bundled with JMeter</ch_title>
 <p><a href="http://www.groovy-lang.org/" target="_blank">Apache Groovy</a>, the well-known JVM scripting language, is now bundled with Apache JMeter in lib folder. 
 This allows you to use it immediately through JSR223 Elements by selecting the Groovy language.</p>
-<ch_title>Superflous and old properties removed</ch_title>
-<p>Old properties that existed to maintain backward compatibility or to offer some superflous customization have been removed.
+<ch_title>Superfluous and old properties removed</ch_title>
+<p>Old properties that existed to maintain backward compatibility or to offer some superfluous customization have been removed.
 Read "Incompatible changes" section to see which properties have been removed.</p> 
 <ch_title>Code and documentation improvements</ch_title>
 <ul>
@@ -3620,7 +3620,7 @@ Previously the default was the HTTP Java
 <figure width="586" height="682" image="changes/2.8/05_http_defaults_url_filter.png"></figure>
 </p>
 
-<h4>Miscellanous</h4>
+<h4>Miscellaneous</h4>
 <ul>
     <li>CSV Dataset : Embedded new lines are now supported in quoted data</li> 
     <li>JMX files now contain the version of JMeter that created the file</li> 
@@ -5222,7 +5222,7 @@ In particular, Aggregate Report can now
 <h3>General</h3>
 <ul>
 <li><bugzilla>47223</bugzilla> - Slow Aggregate Report Performance (StatCalculator)</li>
-<li><bugzilla>47980</bugzilla> - hostname resolves to 127.0.0.1 - specifiying IP not possible</li>
+<li><bugzilla>47980</bugzilla> - hostname resolves to 127.0.0.1 - specifying IP not possible</li>
 <li><bugzilla>47943</bugzilla> - DisabledComponentRemover is not used in Start class</li>
 <li>HeapDumper class for runtime generation of dumps</li>
 <li>Basic read-only JavaMail provider implementation for reading raw mail files</li>
@@ -5376,7 +5376,7 @@ Client-server mode has been improved, an
 
 <p>
 Various I18N changes have been made; language change works better (though not perfect yet).
-There are improved French translations as well as new Polish and Brazilian Portugese translations.
+There are improved French translations as well as new Polish and Brazilian Portuguese translations.
 </p>
 
 <p>
@@ -5768,7 +5768,7 @@ A simple HTTP Cache Manager has been add
 
 <p>
 View Results Tree Listener now uses Tidy to display XML.
-This should allow more content to be displayed succesfully.
+This should allow more content to be displayed successfully.
 It also avoids the need to download remote DTD files, which can slow the rendering considerably.
 </p>
 
@@ -6923,7 +6923,7 @@ with "\" if they are literal values</li>
 <li>New cut/copy/paste functionality</li>
 <li>SSL testing should work with less user-fudging, and in non-gui mode</li>
 <li>Mailer Model works in non-gui mode</li>
-<li>New Througput Controller</li>
+<li>New Throughput Controller</li>
 <li>New Module Controller</li>
 <li>Tests can now be scheduled to run from a certain time till a certain time</li>
 <li>Remote JMeter servers can be started from a non-gui client.  Also, in gui mode, all remote servers can be started with a single click</li>

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1797512&r1=1797511&r2=1797512&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Jun  3 15:00:57 2017
@@ -2100,7 +2100,7 @@ other controllers for each loop iteratio
 <properties>
         <property name="name" required="No">Descriptive name for this controller that is shown in the tree.</property>
         <property name="ignore sub-controller blocks" required="No">If checked, the interleave controller will treat sub-controllers like single request elements and only allow one request per controller at a time.  </property>
-        <property name="Interleave accross threads" required="No">If checked, the interleave controller will alternate among each of its children controllers for each loop iteration but accross all threads, for example in a 
+        <property name="Interleave across threads" required="No">If checked, the interleave controller will alternate among each of its children controllers for each loop iteration but across all threads, for example in a 
         configuration with 4 threads and 3 child controllers, on first iteration
         thread 1 will run first child, thread 2 second child, thread 3 third child, thread 4 first child, on next iteration each thread will run the following child controller</property>
 </properties>
@@ -4533,7 +4533,7 @@ These can be used anywhere within the ex
         </ul>
         <code>Equals</code> and <code>Substring</code> patterns are plain strings, not regular expressions.
         <code>NOT</code> may also be selected to invert the result of the check.
-        <code>OR</code> Apply each assertion in OR combination (if 1 pattern to test maches, Assertion will be ok) instead of AND (All patterns must match so that Assertion is OK).</property>
+        <code>OR</code> Apply each assertion in OR combination (if 1 pattern to test matches, Assertion will be ok) instead of AND (All patterns must match so that Assertion is OK).</property>
         <property name="Patterns to Test" required="Yes">A list of patterns to
         be tested.  
         Each pattern is tested separately. 
@@ -5540,7 +5540,7 @@ this one will be used by "<code>Calculat
     </ol>
     </example>
     
-    <p>See also the <complink name="Regular Expression Extractor"/> element, which is used to extract parametes names and values</p>
+    <p>See also the <complink name="Regular Expression Extractor"/> element, which is used to extract parameters names and values</p>
 </component>
 <links>
         <link href="../demos/RegEx-User-Parameters.jmx">Test Plan showing how to use RegEx User Parameters</link>

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=1797512&r1=1797511&r2=1797512&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 Jun  3 15:00:57 2017
@@ -145,7 +145,7 @@ There are some basic limitations for dis
 <ol>
   <li>RMI cannot communicate across subnets without a proxy; therefore neither can JMeter without a proxy.</li>
   <li>Since version 2.9, JMeter sends all the test results stripping Response data to the controlling console, this allows
-      us to reduce impact on network IO. Ensure you monitor your network traffic so that this trafic does not incur contention</li>
+      us to reduce impact on network IO. Ensure you monitor your network traffic so that this traffic does not incur contention</li>
   <li>A single JMeter client running on a 2-3 GHz CPU (recent CPU) can handle 1000-2000 threads depending on the type of test.</li>
 </ol>
 

Modified: jmeter/trunk/xdocs/usermanual/ldapanswer_xml.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/ldapanswer_xml.xml?rev=1797512&r1=1797511&r2=1797512&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/ldapanswer_xml.xml (original)
+++ jmeter/trunk/xdocs/usermanual/ldapanswer_xml.xml Sat Jun  3 15:00:57 2017
@@ -41,7 +41,7 @@
 </li>
 <li>
     each ldapanswer contains 4 sections, an "operation" section (enclosed by 
-    &lt;operation&gt; tags) a respons code section (enclosed by &lt;responsecode&gt; tags), a 
+    &lt;operation&gt; tags) a response code section (enclosed by &lt;responsecode&gt; tags), a 
     response message (enclosed by &lt;responsemessage&gt; tags and (only with a search 
     request) a searchresult section (enclosed with &ltsearchresult&gt tags>
 </li>
@@ -75,7 +75,7 @@ following tags (with a short explanation
     delete
     </li>
     <li>
-    modfy
+    modfiy
     </li>
     <li>
     rename
@@ -151,7 +151,7 @@ This will be used only in search request
 <p>
 As the response code, the official LDAP error definitions are used, so this section
 contains the error message as returned from the server.
-A succesfull request always returns "Success" as the responsmessage.
+A successful request always returns "Success" as the response message.
 The following tag is used:
 <!--
 &lt;responsemessage&gt;<br>
@@ -161,7 +161,7 @@ The following tag is used:
 <p>
 As the response code, the official LDAP error definitions are used, so this section
 contains the error number as returned from the server.
-A succesfull request always returns 0 (zero) as the responscode.
+A successful request always returns 0 (zero) as the response code.
 The following tag is used:
 <!--
 &lt;responsecode&gt;<br>
@@ -178,7 +178,7 @@ It contains the following tags:
 <ol>
 <li>
 &lt;dn&gt;
-This contains the complete distinghuised name of the object which is represented here
+This contains the complete distinguished name of the object which is represented here
 </li>
 <li>
 &lt;returnedattr&gt;

Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/properties_reference.xml?rev=1797512&r1=1797511&r2=1797512&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/properties_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/properties_reference.xml Sat Jun  3 15:00:57 2017
@@ -867,7 +867,7 @@ JMETER-SERVER</source>
         and <code>sample_sender_strip_also_on_error</code></dd>
         <dt><code>Asynch</code></dt>
         <dd>Asynchronous sender; uses a queue and background worker process to return the samples.
-        Configured by propertiy <code>asynch.batch.queue.size</code></dd>
+        Configured by property <code>asynch.batch.queue.size</code></dd>
         <dt><code>StrippedAsynch</code></dt>
         <dd>Same as <code>Asynch</code> but strips response data from SampleResult.
         Configured by properties <code>asynch.batch.queue.size</code>
@@ -1171,7 +1171,7 @@ JMETER-SERVER</source>
 <properties>
 <property name="ldapsampler.max_sorted_results">
     Maximum number of search results returned by a search that will be sorted
-    to guarantee a stable ordering (if more results then this limit are retruned
+    to guarantee a stable ordering (if more results then this limit are returned
     then no sorting is done).<br/>
     Set to zero to turn off all sorting, in which case "Equals" response assertions
     will be very likely to fail against search results.<br/>

Modified: jmeter/trunk/xdocs/usermanual/realtime-results.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/realtime-results.xml?rev=1797512&r1=1797511&r2=1797512&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/realtime-results.xml (original)
+++ jmeter/trunk/xdocs/usermanual/realtime-results.xml Sat Jun  3 15:00:57 2017
@@ -153,7 +153,7 @@ database = "jmeter"  # store graphite da
     <subsection name="&sect-num;.2.3 Grafana configuration" anchor="grafana_configuration">
     <p>
     Installing grafana is just a matter of putting the unzipped bundle behind an Apache HTTP server.<br/>
-    Read <a href="http://grafana.org/docs/" targer="_blank">documentation</a> for more details.
+    Read <a href="http://grafana.org/docs/" target="_blank">documentation</a> for more details.
     Open <code>config.js</code> file and find <code>datasources</code> element, and edit it like this:<br/>
     </p>
     <source>