From mime4j-dev-return-61-apmail-james-mime4j-dev-archive=james.apache.org@james.apache.org Sun Feb 01 23:23:34 2009 Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 53306 invoked from network); 1 Feb 2009 23:23:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2009 23:23:34 -0000 Received: (qmail 67813 invoked by uid 500); 1 Feb 2009 23:23:34 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 67796 invoked by uid 500); 1 Feb 2009 23:23:34 -0000 Mailing-List: contact mime4j-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mime4j-dev@james.apache.org Delivered-To: mailing list mime4j-dev@james.apache.org Received: (qmail 67785 invoked by uid 99); 1 Feb 2009 23:23:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2009 15:23:34 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sun, 01 Feb 2009 23:23:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C75782388970; Sun, 1 Feb 2009 23:23:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r739884 - /james/mime4j/trunk/src/main/java/org/apache/james/mime4j/message/BodyFactory.java Date: Sun, 01 Feb 2009 23:23:11 -0000 To: mime4j-dev@james.apache.org From: mwiederkehr@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090201232311.C75782388970@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mwiederkehr Date: Sun Feb 1 23:23:10 2009 New Revision: 739884 URL: http://svn.apache.org/viewvc?rev=739884&view=rev Log: typo Modified: james/mime4j/trunk/src/main/java/org/apache/james/mime4j/message/BodyFactory.java Modified: james/mime4j/trunk/src/main/java/org/apache/james/mime4j/message/BodyFactory.java URL: http://svn.apache.org/viewvc/james/mime4j/trunk/src/main/java/org/apache/james/mime4j/message/BodyFactory.java?rev=739884&r1=739883&r2=739884&view=diff ============================================================================== --- james/mime4j/trunk/src/main/java/org/apache/james/mime4j/message/BodyFactory.java (original) +++ james/mime4j/trunk/src/main/java/org/apache/james/mime4j/message/BodyFactory.java Sun Feb 1 23:23:10 2009 @@ -67,7 +67,7 @@ /** * Returns the StorageProvider this BodyFactory - * uses to create message bodies from inout streams. + * uses to create message bodies from input streams. * * @return a StorageProvider. */