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 httpclient.res
  • 62354Correct calculation and usage of units for second per user (reported by jffagot05 at gmail.com)
  • 382Correct typo in documentation. Reported by Perze Ababa (perze.ababa at gmail.com>)
  • 386Add parameter support for RMI keystore creation scripts. Contributed by Logan Mauzaize (t524467 at airfrance.fr)
  • +
  • 392Correct typo in documentation. Reported by Aaron Levin
  • Non-functional changes @@ -266,6 +267,7 @@ this behaviour, set httpclient.res
  • Giancarlo Romeo (giancarloromeo at gmail.com)
  • helppass (onegaicimasu at hotmail.com)
  • blue414 (blue414 at 163.com)
  • +
  • Aaron Levin
  • We also thank bug reporters who helped us improve JMeter.

    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 ${__urld Function to encode a string to a application/x-www-form-urlencoded string.

    -For example, the string ${__urldecode(Word "school" is "école" in french)} returns +For example, the string ${__urlencode(Word "school" is "école" in french)} returns Word+%22school%22+is+%22%C3%A9cole%22+in+french.