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 <[email protected]>
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.");
             }
         }
 

Reply via email to