Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3CB39E20 for ; Mon, 3 Sep 2012 18:22:51 +0000 (UTC) Received: (qmail 2428 invoked by uid 500); 3 Sep 2012 18:22:51 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 2351 invoked by uid 500); 3 Sep 2012 18:22:51 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 2338 invoked by uid 99); 3 Sep 2012 18:22:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2012 18:22:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2012 18:22:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3BF4023888EA for ; Mon, 3 Sep 2012 18:22:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1380303 - /commons/proper/codec/trunk/src/changes/changes.xml Date: Mon, 03 Sep 2012 18:22:05 -0000 To: commits@commons.apache.org From: tn@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120903182205.3BF4023888EA@eris.apache.org> 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 type attribute can be add,u DigestUtils: Add MD2 APIs. - DigestUtils: add APIs named after standard alg name SHA-1. + DigestUtils: add APIs named after standard algorithm name SHA-1. DigestUtils.getDigest(String) should throw IllegalArgumentException instead of RuntimeException. @@ -64,7 +64,7 @@ The type attribute can be add,u Create a class MessageDigestAlgorithms to define standard algorithm names. - DigestUtils.getDigest(String) looses the orginal exception. + DigestUtils.getDigest(String) loses the original exception. Remove unnecessary attempt to fill up the salt variable in UnixCrypt.