Skip to content

Commit e0c569d

Browse files
committed
Fix typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1380303 13f79535-47bb-0310-9956-ffa450edef68
1 parent f198826 commit e0c569d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
5555
DigestUtils: Add MD2 APIs.
5656
</action>
5757
<action issue="CODEC-156" dev="ggregory" type="add" due-to="ggregory">
58-
DigestUtils: add APIs named after standard alg name SHA-1.
58+
DigestUtils: add APIs named after standard algorithm name SHA-1.
5959
</action>
6060
<action issue="CODEC-155" dev="ggregory" type="add" due-to="ggregory">
6161
DigestUtils.getDigest(String) should throw IllegalArgumentException instead of RuntimeException.
@@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
6464
Create a class MessageDigestAlgorithms to define standard algorithm names.
6565
</action>
6666
<action issue="CODEC-152" dev="ggregory" type="add" due-to="ggregory">
67-
DigestUtils.getDigest(String) looses the orginal exception.
67+
DigestUtils.getDigest(String) loses the original exception.
6868
</action>
6969
<action issue="CODEC-151" dev="ggregory" type="add" due-to="lathspell">
7070
Remove unnecessary attempt to fill up the salt variable in UnixCrypt.

0 commit comments

Comments
 (0)