Author: ggregory
Date: Tue Apr 16 02:54:15 2013
New Revision: 1468295
URL: http://svn.apache.org/r1468295
Log:
Fix typo https://issues.apache.org/bugzilla/show_bug.cgi?id=54845 : Typo in
log4j 1.2 manual
Modified:
logging/log4j/trunk/src/site/xdoc/manual.xml
Modified: logging/log4j/trunk/src/site/xdoc/manual.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/trunk/src/site/xdoc/manual.xml?rev=1468295&r1=1468294&r2=1468295&view=diff
==============================================================================
--- logging/log4j/trunk/src/site/xdoc/manual.xml (original)
+++ logging/log4j/trunk/src/site/xdoc/manual.xml Tue Apr 16 02:54:15 2013
@@ -815,7 +815,7 @@ forwarding the log event to a second log
<p>The log4j library does not make any assumptions about its
environment. In particular, there are no default log4j
appenders. Under certain well-defined circumstances however, the
-static inializer of the <code>Logger</code> class will attempt to
+static initializer of the <code>Logger</code> class will attempt to
automatically configure log4j. The Java language guarantees that the
static initializer of a class is called once and only once during the
loading of a class into memory. It is important to remember that