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.
- JCL uses the context classloader to use the Log implementation.
+ JCL uses the context classloader to load the Log implementation.
-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: