You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2014/11/04 20:41:57 UTC

svn commit: r1636697 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Tue Nov  4 19:41:57 2014
New Revision: 1636697

URL: http://svn.apache.org/r1636697
Log:
Fix some typo

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1636697&r1=1636696&r2=1636697&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Tue Nov  4 19:41:57 2014
@@ -1421,11 +1421,11 @@ e.g. props.get("START.HMS"); props.put("
   <property name="User" required="No">User Name</property>
   <property name="Password" required="No">Password (N.B. this is stored unencrypted in the test plan)</property>
   <property name="Expiration" required="No">
-      The expiration time (in milliseconds) of the message before become obsolete.
+      The expiration time (in milliseconds) of the message before it becomes obsolete.
       If you do not specify an expiration time, the default value is 0 (never expires). 
   </property>
   <property name="Priority" required="No">
-      The level priority of the message. They have ten levels of priority from 0 (lowest) to 9 (highest). 
+      The priority level of the message. There are ten priority levels from 0 (lowest) to 9 (highest). 
       If you do not specify a priority level, the default level is 4. 
   </property>
   <property name="Number of samples to aggregate" required="Yes">Number of samples to aggregate</property>