You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2009/02/19 12:09:41 UTC

svn commit: r745815 - /incubator/sling/trunk/engine/src/main/java/org/apache/sling/engine/impl/request/SlingRequestPathInfo.java

Author: cziegeler
Date: Thu Feb 19 11:09:41 2009
New Revision: 745815

URL: http://svn.apache.org/viewvc?rev=745815&view=rev
Log:
Fix typo

Modified:
    incubator/sling/trunk/engine/src/main/java/org/apache/sling/engine/impl/request/SlingRequestPathInfo.java

Modified: incubator/sling/trunk/engine/src/main/java/org/apache/sling/engine/impl/request/SlingRequestPathInfo.java
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/engine/src/main/java/org/apache/sling/engine/impl/request/SlingRequestPathInfo.java?rev=745815&r1=745814&r2=745815&view=diff
==============================================================================
--- incubator/sling/trunk/engine/src/main/java/org/apache/sling/engine/impl/request/SlingRequestPathInfo.java (original)
+++ incubator/sling/trunk/engine/src/main/java/org/apache/sling/engine/impl/request/SlingRequestPathInfo.java Thu Feb 19 11:09:41 2009
@@ -21,7 +21,7 @@
 import org.apache.sling.api.resource.Resource;
 
 /**
- * microsling request URI parser that provides SlingRequestPathInfo for the
+ * Sling request URI parser that provides SlingRequestPathInfo for the
  * current request, based on the path of the Resource. The values provided by
  * this depend on the Resource.getPath() value, as the ResourceResolver might
  * use all or only part of the request URI path to locate the resource (see also