ceki 01/09/10 13:01:22
Modified: src/java/org/apache/log4j Category.java
Log:
Tiny typo correction.
Revision Changes Path
1.52 +2 -2 jakarta-log4j/src/java/org/apache/log4j/Category.java
Index: Category.java
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/Category.java,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- Category.java 2001/09/10 16:51:57 1.51
+++ Category.java 2001/09/10 20:01:22 1.52
@@ -54,7 +54,7 @@
all operations that can be performed on a category can be performed
on a logger. Whenever log4j is asked to produce a Category object,
it will instead produce a Logger object. However, methods that
- previously accepted cateogry objects still continue to accept
+ previously accepted category objects still continue to accept
category objects.
<p>For example, the following are all legal and will work as expected.
@@ -73,7 +73,7 @@
<p><b>There is absolutely no need for new client code to use or
refer to the <code>Category</code> class.</b> Please avoid
- referring to it.
+ referring to it or using it.
@author Ceki Gülcü
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]