Author: sebb
Date: Wed Aug 28 11:22:42 2013
New Revision: 1518164

URL: http://svn.apache.org/r1518164
Log:
Spelling errors

Modified:
    
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/HttpReplyHdr.java

Modified: 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/HttpReplyHdr.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/HttpReplyHdr.java?rev=1518164&r1=1518163&r2=1518164&view=diff
==============================================================================
--- 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/HttpReplyHdr.java
 (original)
+++ 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/HttpReplyHdr.java
 Wed Aug 28 11:22:42 2013
@@ -191,11 +191,11 @@ public final class HttpReplyHdr {
     }
 
     /**
-     * Client not otherized for the request.
+     * Client not authorized for the request.
      *
      * @return The header in a string;
      */
-    public static String formUnautorized() {
+    public static String formUnauthorized() {
         return formError("401 Unathorized", "Unathorized use of this service");
     }
 


Reply via email to