You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by rj...@apache.org on 2013/09/14 15:30:40 UTC

svn commit: r1523234 - in /jmeter/trunk: src/components/org/apache/jmeter/config/CSVDataSet.java src/components/org/apache/jmeter/timers/ConstantThroughputTimer.java xdocs/usermanual/get-started.xml

Author: rjung
Date: Sat Sep 14 13:30:39 2013
New Revision: 1523234

URL: http://svn.apache.org/r1523234
Log:
Fix typo.

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/config/CSVDataSet.java
    jmeter/trunk/src/components/org/apache/jmeter/timers/ConstantThroughputTimer.java
    jmeter/trunk/xdocs/usermanual/get-started.xml

Modified: jmeter/trunk/src/components/org/apache/jmeter/config/CSVDataSet.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/components/org/apache/jmeter/config/CSVDataSet.java?rev=1523234&r1=1523233&r2=1523234&view=diff
==============================================================================
--- jmeter/trunk/src/components/org/apache/jmeter/config/CSVDataSet.java (original)
+++ jmeter/trunk/src/components/org/apache/jmeter/config/CSVDataSet.java Sat Sep 14 13:30:39 2013
@@ -104,7 +104,7 @@ public class CSVDataSet extends ConfigTe
 
     /**
      * Override the setProperty method in order to convert
-     * the original String shareMode propertty.
+     * the original String shareMode property.
      * This used the locale-dependent display value, so caused
      * problems when the language was changed. 
      * If the "shareMode" value matches a resource value then it is converted

Modified: jmeter/trunk/src/components/org/apache/jmeter/timers/ConstantThroughputTimer.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/components/org/apache/jmeter/timers/ConstantThroughputTimer.java?rev=1523234&r1=1523233&r2=1523234&view=diff
==============================================================================
--- jmeter/trunk/src/components/org/apache/jmeter/timers/ConstantThroughputTimer.java (original)
+++ jmeter/trunk/src/components/org/apache/jmeter/timers/ConstantThroughputTimer.java Sat Sep 14 13:30:39 2013
@@ -257,7 +257,7 @@ public class ConstantThroughputTimer ext
 
     /**
      * Override the setProperty method in order to convert
-     * the original String calcMode propertty.
+     * the original String calcMode property.
      * This used the locale-dependent display value, so caused
      * problems when the language was changed.
      * Note that the calcMode StringProperty is replaced with an IntegerProperty
@@ -326,4 +326,4 @@ public class ConstantThroughputTimer ext
         mode = newMode;
     }
 
-}
\ No newline at end of file
+}

Modified: jmeter/trunk/xdocs/usermanual/get-started.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/get-started.xml?rev=1523234&r1=1523233&r2=1523234&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/get-started.xml (original)
+++ jmeter/trunk/xdocs/usermanual/get-started.xml Sat Sep 14 13:30:39 2013
@@ -302,14 +302,14 @@ from a command line with the following p
 Parameters provided on a command-line may be visible to other users on the system.
 </note>
 <p>
-If the proxy host and port are provided, then JMeter sets the following System propertties:
+If the proxy host and port are provided, then JMeter sets the following System properties:
 <ul>
 <li>http.proxyHost</li>
 <li>http.proxyPort</li>
 <li>https.proxyHost</li>
 <li>https.proxyPort</li>
 </ul>
-If a nonproxy host list is provided, then JMeter sets the following System propertties:
+If a nonproxy host list is provided, then JMeter sets the following System properties:
 <ul>
 <li>http.nonProxyHosts</li>
 <li>https.nonProxyHosts</li>