This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.jcr.webconsole-1.0.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-webconsole.git

commit 88bb642c478a94dd391c9ba403077fcb10f72058
Author: Felix Meschberger <fmesc...@apache.org>
AuthorDate: Wed Sep 15 07:06:10 2010 +0000

    Typo
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/webconsole@997209 
13f79535-47bb-0310-9956-ffa450edef68
---
 .../jcr/webconsole/internal/NamespaceConfigurationPrinter.java      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/src/main/java/org/apache/sling/jcr/webconsole/internal/NamespaceConfigurationPrinter.java
 
b/src/main/java/org/apache/sling/jcr/webconsole/internal/NamespaceConfigurationPrinter.java
index d2b957f..0ae658e 100644
--- 
a/src/main/java/org/apache/sling/jcr/webconsole/internal/NamespaceConfigurationPrinter.java
+++ 
b/src/main/java/org/apache/sling/jcr/webconsole/internal/NamespaceConfigurationPrinter.java
@@ -53,7 +53,7 @@ public class NamespaceConfigurationPrinter implements 
ConfigurationPrinter {
 
     /**
      * Get the title of the configuration status page.
-     * 
+     *
      * @return the title
      */
     public String getTitle() {
@@ -62,7 +62,7 @@ public class NamespaceConfigurationPrinter implements 
ConfigurationPrinter {
 
     /**
      * 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 NamespaceConfigurationPrinter implements 
ConfigurationPrinter {
                 e.printStackTrace(pw);
             }
         } else {
-            pw.println("SlingRepsoitory is not available.");
+            pw.println("SlingRepository is not available.");
         }
 
     }

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <commits@sling.apache.org>.

Reply via email to