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 2021/12/17 16:42:13 UTC

[sling-org-apache-sling-commons-log] branch master updated: Fix typo

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log.git


The following commit(s) were added to refs/heads/master by this push:
     new 21662f3  Fix typo
21662f3 is described below

commit 21662f3dd7965c31e48e8e9ce9d94a4718a5defd
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Dec 17 17:42:03 2021 +0100

    Fix typo
---
 .../org/apache/sling/commons/log/logback/internal/LogbackManager.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/commons/log/logback/internal/LogbackManager.java b/src/main/java/org/apache/sling/commons/log/logback/internal/LogbackManager.java
index e175118..ea0c68b 100644
--- a/src/main/java/org/apache/sling/commons/log/logback/internal/LogbackManager.java
+++ b/src/main/java/org/apache/sling/commons/log/logback/internal/LogbackManager.java
@@ -621,7 +621,7 @@ public class LogbackManager extends LoggerContextAwareBase {
             if (configFile.getName().endsWith("xml")) {
                 configurator.doConfigure(configFile);
             } else if (configFile.getName().endsWith("groovy")) {
-                addError("Configuration with groogy files is not supported in logback anymore. ABORTING INITIALIZATION.");
+                addError("Configuration with groovy files is not supported in logback anymore. ABORTING INITIALIZATION.");
             }
         }