Author: fschumacher
Date: Sun Mar 20 11:29:46 2016
New Revision: 1735867

URL: http://svn.apache.org/viewvc?rev=1735867&view=rev
Log:
Correct typo found by Graham Russell.

Modified:
    
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java

Modified: 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java?rev=1735867&r1=1735866&r2=1735867&view=diff
==============================================================================
--- 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
 (original)
+++ 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
 Sun Mar 20 11:29:46 2016
@@ -1069,7 +1069,7 @@ public abstract class HTTPSamplerBase ex
             // - string contains name
             // - empty string
 
-            String metaData; // records the existance of an equal sign
+            String metaData; // records the existence of an equal sign
             String name;
             String value;
             int length = arg.length();


Reply via email to