pathos 01/04/29 04:54:34 Modified: src/java/org/apache/log4j NDC.java Log: Fixed typos. Revision Changes Path 1.5 +2 -2 jakarta-log4j/src/java/org/apache/log4j/NDC.java Index: NDC.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/NDC.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- NDC.java 2000/12/20 17:43:15 1.4 +++ NDC.java 2001/04/29 11:54:34 1.5 @@ -110,7 +110,7 @@ /** - Clear any nested disgnostic information if any. This method is + Clear any nested diagnostic information if any. This method is useful in cases where the same thread can be potentially used over and over in different unrelated contexts. @@ -313,7 +313,7 @@ <p>As this is such an important problem in heavy duty systems and because it is difficult to always guarantee that the remove - mehtod is called before exiting a thread, this method has been + method is called before exiting a thread, this method has been augmented to lazily remove references to dead threads. In practice, this means that you can be a little sloppy and occasionally forget to call {@link #remove} before exiting a --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]