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 2018/07/07 08:00:04 UTC

svn commit: r1835297 - in /jmeter/trunk/xdocs: changes.xml usermanual/functions.xml

Author: fschumacher
Date: Sat Jul  7 08:00:04 2018
New Revision: 1835297

URL: http://svn.apache.org/viewvc?rev=1835297&view=rev
Log:
Correct typo in documentation.

Reported by Aaron Levin. Closes #392 on github

Modified:
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/functions.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1835297&r1=1835296&r2=1835297&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sat Jul  7 08:00:04 2018
@@ -151,6 +151,7 @@ this behaviour, set <code>httpclient.res
   <li><bug>62354</bug>Correct calculation and usage of units for second per user (reported by jffagot05 at gmail.com)</li>
   <li><pr>382</pr>Correct typo in documentation. Reported by Perze Ababa (perze.ababa at gmail.com>)</li>
   <li><pr>386</pr>Add parameter support for RMI keystore creation scripts. Contributed by Logan Mauzaize (t524467 at airfrance.fr)</li>
+  <li><pr>392</pr>Correct typo in documentation. Reported by Aaron Levin</li>
 </ul>
 
 <ch_section>Non-functional changes</ch_section>
@@ -266,6 +267,7 @@ this behaviour, set <code>httpclient.res
     <li>Giancarlo Romeo (giancarloromeo at gmail.com)</li>
     <li>helppass (onegaicimasu at hotmail.com)</li>
     <li>blue414 (blue414 at 163.com)</li>
+    <li>Aaron Levin</li>
 </ul>
 <p>We also thank bug reporters who helped us improve JMeter.</p>
 <p>

Modified: jmeter/trunk/xdocs/usermanual/functions.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1835297&r1=1835296&r2=1835297&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Sat Jul  7 08:00:04 2018
@@ -1438,7 +1438,7 @@ For example, the string <source>${__urld
 Function to encode a string to a <code>application/x-www-form-urlencoded</code> string.
 </p>
 <p>
-For example, the string <source>${__urldecode(Word "school" is "école" in french)}</source> returns
+For example, the string <source>${__urlencode(Word "school" is "école" in french)}</source> returns
  <code>Word+%22school%22+is+%22%C3%A9cole%22+in+french</code>.
 </p>
     <p>