Author: tn
Date: Mon Sep 3 18:22:04 2012
New Revision: 1380303
URL: http://svn.apache.org/viewvc?rev=1380303&view=rev
Log:
Fix typos.
Modified:
commons/proper/codec/trunk/src/changes/changes.xml
Modified: commons/proper/codec/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/changes/changes.xml?rev=1380303&r1=1380302&r2=1380303&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Mon Sep 3 18:22:04 2012
@@ -55,7 +55,7 @@ The <action> type attribute can be add,u
DigestUtils: Add MD2 APIs.
</action>
<action issue="CODEC-156" dev="ggregory" type="add" due-to="ggregory">
- DigestUtils: add APIs named after standard alg name SHA-1.
+ DigestUtils: add APIs named after standard algorithm name SHA-1.
</action>
<action issue="CODEC-155" dev="ggregory" type="add" due-to="ggregory">
DigestUtils.getDigest(String) should throw IllegalArgumentException
instead of RuntimeException.
@@ -64,7 +64,7 @@ The <action> type attribute can be add,u
Create a class MessageDigestAlgorithms to define standard algorithm
names.
</action>
<action issue="CODEC-152" dev="ggregory" type="add" due-to="ggregory">
- DigestUtils.getDigest(String) looses the orginal exception.
+ DigestUtils.getDigest(String) loses the original exception.
</action>
<action issue="CODEC-151" dev="ggregory" type="add" due-to="lathspell">
Remove unnecessary attempt to fill up the salt variable in UnixCrypt.