Author: justin
Date: Fri Jul 30 12:47:13 2010
New Revision: 980768
URL: http://svn.apache.org/viewvc?rev=980768&view=rev
Log:
fixing typo
Modified:
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/servlets/SlingSafeMethodsServlet.java
Modified:
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/servlets/SlingSafeMethodsServlet.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/servlets/SlingSafeMethodsServlet.java?rev=980768&r1=980767&r2=980768&view=diff
==============================================================================
---
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/servlets/SlingSafeMethodsServlet.java
(original)
+++
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/servlets/SlingSafeMethodsServlet.java
Fri Jul 30 12:47:13 2010
@@ -62,7 +62,7 @@ import org.apache.sling.api.wrappers.Sli
* <p>
* Implementors note: The methods in this class are all declared to throw the
* exceptions according to the intentions of the Servlet API rather than
- * throwing their Sling RuntimeException counter parts. This is done to easy
the
+ * throwing their Sling RuntimeException counter parts. This is done to ease
the
* integration with traditional servlets.
*
* @see SlingAllMethodsServlet