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 2013/01/03 23:35:22 UTC

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

Author: pmouawad
Date: Thu Jan  3 22:35:21 2013
New Revision: 1428647

URL: http://svn.apache.org/viewvc?rev=1428647&view=rev
Log:
Fix typos

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=1428647&r1=1428646&r2=1428647&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Jan  3 22:35:21 2013
@@ -1404,11 +1404,11 @@ This is a very simple implementation; it
 <note> 
 The Object message is implemented since 2.7 and works as follow:
 <ul>
-<li>Put the JAR that contain you object and its dependencies in jmeter_home/lib/ folder </li>
+<li>Put the JAR that contains your object and its dependencies in jmeter_home/lib/ folder</li>
 <li>Serialize your object as XML using XStream</li>
 <li>Either put result in a file suffixed with .txt or .obj or put XML content direclty in Text Area</li>  
 </ul>
-Note that if message is in an file, replacement of properties will not occur while it will happen if you use Text Area.
+Note that if message is in a file, replacement of properties will not occur while it will if you use Text Area.
 </note>
 
 </p>