You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2018/01/30 11:26:00 UTC

[sling-org-apache-sling-jcr-repoinit] branch issues/SLING-7148 updated: Fix a typo.

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

pauls pushed a commit to branch issues/SLING-7148
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git


The following commit(s) were added to refs/heads/issues/SLING-7148 by this push:
     new 2f56b47  Fix a typo.
2f56b47 is described below

commit 2f56b471dfaec9fa5aa9644f74dc2dd1e5db2045
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Tue Jan 30 12:25:55 2018 +0100

    Fix a typo.
---
 src/main/java/org/apache/sling/jcr/repoinit/impl/UserVisitor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/jcr/repoinit/impl/UserVisitor.java b/src/main/java/org/apache/sling/jcr/repoinit/impl/UserVisitor.java
index ceb833a..ea39463 100644
--- a/src/main/java/org/apache/sling/jcr/repoinit/impl/UserVisitor.java
+++ b/src/main/java/org/apache/sling/jcr/repoinit/impl/UserVisitor.java
@@ -110,7 +110,7 @@ class UserVisitor extends DoNothingVisitor {
         log.info("Disabling service user {} reason {}", new String[]{username, reason});
         try {
             if (!UserUtil.disableUser(session, username, reason)) {
-                log.debug("Service user {} doesn't existing - assuming disable to be a noop.", username);
+                log.debug("Service user {} doesn't exist - assuming disable to be a noop.", username);
             }
         } catch(Exception e) {
             report(e, "Unable to disable service user [" + username + "]:" + e);

-- 
To stop receiving notification emails like this one, please contact
pauls@apache.org.