GitHub user awlevin opened a pull request:
https://github.com/apache/jmeter/pull/392
Fixed typo in url encoding documentation
## Description
<!--- Provide a general summary of your changes in the Title above -->
Literally just wanted to fix an annoying typo I came across
<!--- Describe your changes in detail here -->
Fixed typo
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/awlevin/jmeter trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/392.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #392
----
commit a20a2529bd2c0eceae6d6ab8555f49b4572e647f
Author: Aaron Levin <awlevin@...>
Date: 2018-07-06T22:03:55Z
Fixed typo in url encoding documentation
----
---