Author: fmeschbe
Date: Wed Sep 15 07:06:10 2010
New Revision: 997209

URL: http://svn.apache.org/viewvc?rev=997209&view=rev
Log:
Typo

Modified:
    
sling/trunk/bundles/jcr/webconsole/src/main/java/org/apache/sling/jcr/webconsole/internal/NamespaceConfigurationPrinter.java

Modified: 
sling/trunk/bundles/jcr/webconsole/src/main/java/org/apache/sling/jcr/webconsole/internal/NamespaceConfigurationPrinter.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/webconsole/src/main/java/org/apache/sling/jcr/webconsole/internal/NamespaceConfigurationPrinter.java?rev=997209&r1=997208&r2=997209&view=diff
==============================================================================
--- 
sling/trunk/bundles/jcr/webconsole/src/main/java/org/apache/sling/jcr/webconsole/internal/NamespaceConfigurationPrinter.java
 (original)
+++ 
sling/trunk/bundles/jcr/webconsole/src/main/java/org/apache/sling/jcr/webconsole/internal/NamespaceConfigurationPrinter.java
 Wed Sep 15 07:06:10 2010
@@ -53,7 +53,7 @@ public class NamespaceConfigurationPrint
 
     /**
      * Get the title of the configuration status page.
-     * 
+     *
      * @return the title
      */
     public String getTitle() {
@@ -62,7 +62,7 @@ public class NamespaceConfigurationPrint
 
     /**
      * Output a list of namespace prefixes and URIs from the NamespaceRegistry.
-     * 
+     *
      * @param pw a PrintWriter
      */
     public void printConfiguration(PrintWriter pw) {
@@ -87,7 +87,7 @@ public class NamespaceConfigurationPrint
                 e.printStackTrace(pw);
             }
         } else {
-            pw.println("SlingRepsoitory is not available.");
+            pw.println("SlingRepository is not available.");
         }
 
     }


Reply via email to