Author: pmouawad
Date: Sat Nov 2 22:17:51 2013
New Revision: 1538296
URL: http://svn.apache.org/r1538296
Log:
Fix 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=1538296&r1=1538295&r2=1538296&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Nov 2 22:17:51 2013
@@ -5720,7 +5720,7 @@ Your WorkBench can be saved independentl
<description><p>The HTTP(S) Test Script Recorder allows JMeter to intercept and
record your actions while you browse your web application
with your normal browser. JMeter will create test sample objects and store them
directly into your test plan as you go (so you can view samples interactively while you make
them).<br/>
-Ensure your read this <a href="https://wiki.apache.org/jmeter/TestRecording210">wiki
page</a> to setup correctly JMeter.
+Ensure you read this <a href="https://wiki.apache.org/jmeter/TestRecording210">wiki
page</a> to setup correctly JMeter.
</p>
<p>To use the recorder, <i>add</i> the HTTP(S) Test Script Recorder element
to the workbench.
@@ -6118,7 +6118,7 @@ Note that you can get more control on re
<properties>
<property name="X-Sleep" required="No">Time to sleep in ms before sending response</property>
<property name="X-SetCookie" required="No">Cookies to be set on response</property>
- <property name="X-ResponseStatus" required="No">Response status, see <a
href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">HTTP Stauts responses</a>,
example 200 OK, 500 Internal Server Error ....</property>
+ <property name="X-ResponseStatus" required="No">Response status, see <a
href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">HTTP Status responses</a>,
example 200 OK, 500 Internal Server Error ....</property>
<property name="X-ResponseLength" required="No">Size of response, this enable
returning only a substring of Request content</property>
</properties>
|