1
0

Fix typos.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1432427 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2013-01-12 14:19:30 +00:00
parent 268b725476
commit 5957bdfe40
6 changed files with 15 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ to allow users to use the package standalone.
</p>
<p>commons-logging was heavily influenced by Avalon's Logkit and Log4J. The commons-logging
abstraction is meant to minimixe the differences between the two, and to allow a
abstraction is meant to minimize the differences between the two, and to allow a
developer to not tie himself to a particular logging implementation.
</p>
@@ -64,7 +64,7 @@ The package does :
<li>Provide support for <a href="http://sourceforge.net/projects/lumberjack/">
LumberJack</a> logger</li>
<li>Provide pluggable support for other logging APIs</li>
<li>Privide a simple System.out logger</li>
<li>Provide a simple System.out logger</li>
</ul>
</p>