dlr 01/05/16 02:45:16
Modified: src/java/org/apache/turbine/util ServletUtils.java
Log:
No spelling bees, for meeeee!
Revision Changes Path
1.10 +4 -4
jakarta-turbine/src/java/org/apache/turbine/util/ServletUtils.java
Index: ServletUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine/src/java/org/apache/turbine/util/ServletUtils.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ServletUtils.java 2001/05/15 02:17:39 1.9
+++ ServletUtils.java 2001/05/16 09:45:15 1.10
@@ -65,7 +65,7 @@
* This is where common Servlet manipulation routines should go.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Gonzalo Diethelm</a>
- * @version $Id: ServletUtils.java,v 1.9 2001/05/15 02:17:39 dlr Exp $
+ * @version $Id: ServletUtils.java,v 1.10 2001/05/16 09:45:15 dlr Exp $
*/
public class ServletUtils
{
@@ -85,7 +85,7 @@
public static final int FTP_PORT = 20;
/**
- * The part of the URI which separates the protocal indicator (i.e. the
+ * The part of the URI which separates the protocol indicator (i.e. the
* scheme) from the rest of the URI.
*/
public static final String URI_SCHEME_SEPARATOR = "://";
@@ -165,8 +165,8 @@
* for HTTP/HTTPS). Returns the fragment as a buffer
*
* @param req The request to extract information from.
- * @param scheme The protocal indicator to prefix the host name with, or
- * the protocal used to address the server with if <code>null</code>.
+ * @param scheme The protocol indicator to prefix the host name with, or
+ * the protocol used to address the server with if <code>null</code>.
* @return The desired URL fragment.
*/
public static StringBuffer hostURL(HttpServletRequest req, String scheme)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]