From 3b07a502f74cd0b643d1bd1a4db2327c3a9c9655 Mon Sep 17 00:00:00 2001
From: Dennis Lundberg
Date: Wed, 3 May 2006 09:15:45 +0000
Subject: [PATCH] Changed the wording to make things clearer.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@399219 13f79535-47bb-0310-9956-ffa450edef68
---
xdocs/guide.xml | 2 +-
xdocs/tech.xml | 2 +-
xdocs/troubleshooting.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/xdocs/guide.xml b/xdocs/guide.xml
index 89db29a..dc86f9b 100644
--- a/xdocs/guide.xml
+++ b/xdocs/guide.xml
@@ -147,7 +147,7 @@ commonly set by placing a file named commons-logging.properties in the classpath
When such a file exists, every entry in the properties file becomes an "attribute"
of the LogFactory. When there is more than one such file in the classpath, releases
of commons-logging prior to 1.1 simply use the first one found. From release 1.1,
-each file may define a priority key in each file, and the file with
+each file may define a priority key, and the file with
the highest priority is used (no priority definition implies priority of zero).
When multiple files have the same priority, the first one found is used.
diff --git a/xdocs/tech.xml b/xdocs/tech.xml
index 4296739..f64f755 100644
--- a/xdocs/tech.xml
+++ b/xdocs/tech.xml
@@ -646,7 +646,7 @@ href='http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com
This is the strategy adopted by JCL.
- JCL uses the context classloader to use the Log implementation.
+ JCL uses the context classloader to load the Log implementation.
diff --git a/xdocs/troubleshooting.xml b/xdocs/troubleshooting.xml
index 869cbb0..399cfe1 100644
--- a/xdocs/troubleshooting.xml
+++ b/xdocs/troubleshooting.xml
@@ -88,7 +88,7 @@ up the understanding of the classloader environment required to diagnose JCL pro
-Each diagnostic message is prefixed with details of the class being logger in a standard format.
+Each diagnostic message is prefixed with details of the relevant class in a standard format.
This takes the form: