diff --git a/usersguide.html b/usersguide.html
index 346490d..746fa0b 100644
--- a/usersguide.html
+++ b/usersguide.html
@@ -86,12 +86,12 @@ to determine what type of Log implementation it should use
org.apache.commons.logging.log is also consulted).
If the Log4J logging system is available in the application
class path, use the corresponding wrapper class
- (Log4JLogger).
+ (Log4JLogger).
If the application is executing on a JDK 1.4 system, use
the corresponding wrapper class
- (Jdk14Logger).
+ (Jdk14Logger).
Fall back to the default simple logging wrapper
- (SimpleLog).
+ (SimpleLog).
Consult the Commons-Logging javadocs for details of the various Log