You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2018/07/30 14:30:57 UTC

[GitHub] bdelacretaz closed pull request #4: Fixed Spelling.

bdelacretaz closed pull request #4: Fixed Spelling.
URL: https://github.com/apache/sling-org-apache-sling-commons-log/pull/4
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 1dbf11c..e4e0557 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
@@ -508,7 +508,7 @@ public void onReset(LoggerContext context) {
             context.setMaxCallerDataDepth(logConfigManager.getMaxCallerDataDepth());
             registerPackageInfoCollector();
 
-            // Attach a console appender to handle logging untill we configure
+            // Attach a console appender to handle logging until we configure
             // one. This would be removed in RootLoggerListener.reset
             final Logger rootLogger = getLoggerContext().getLogger(org.slf4j.Logger.ROOT_LOGGER_NAME);
             rootLogger.setLevel(Level.INFO);
diff --git a/src/test/java/org/apache/sling/commons/log/logback/integration/ITConfigAdminSupport.java b/src/test/java/org/apache/sling/commons/log/logback/integration/ITConfigAdminSupport.java
index c039fec..36977d5 100644
--- a/src/test/java/org/apache/sling/commons/log/logback/integration/ITConfigAdminSupport.java
+++ b/src/test/java/org/apache/sling/commons/log/logback/integration/ITConfigAdminSupport.java
@@ -51,7 +51,7 @@
 @RunWith(PaxExam.class)
 @ExamReactorStrategy(PerClass.class)
 public class ITConfigAdminSupport extends LogTestBase {
-    // Constants taken from LogbackManager as they are not publically accessible
+    // Constants taken from LogbackManager as they are not publicly accessible
     public static final String LOG_LEVEL = "org.apache.sling.commons.log.level";
 
     public static final String LOG_FILE = "org.apache.sling.commons.log.file";


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services