Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-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 A38F3104D4 for ; Mon, 20 Jan 2014 07:13:33 +0000 (UTC) Received: (qmail 58375 invoked by uid 500); 20 Jan 2014 07:13:33 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 58350 invoked by uid 500); 20 Jan 2014 07:13:31 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 58239 invoked by uid 99); 20 Jan 2014 07:13:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jan 2014 07:13:28 +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, 20 Jan 2014 07:13:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2A2312388900; Mon, 20 Jan 2014 07:13:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1559635 - /subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNUtil.java Date: Mon, 20 Jan 2014 07:13:07 -0000 To: commits@subversion.apache.org From: breser@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140120071307.2A2312388900@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: breser Date: Mon Jan 20 07:13:06 2014 New Revision: 1559635 URL: http://svn.apache.org/r1559635 Log: * subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNUtil.java (SVNUtil.translateStream): Fix minor typo in docstring. Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNUtil.java Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNUtil.java URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNUtil.java?rev=1559635&r1=1559634&r2=1559635&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNUtil.java (original) +++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNUtil.java Mon Jan 20 07:13:06 2014 @@ -517,7 +517,7 @@ public class SVNUtil * Return a stream which performs end-of-line translation and * keyword expansion when read from. *

- * Important: Make sure you close the reurned stream to + * Important: Make sure you close the returned stream to * ensure all data are flushed and cleaned up (this will also * close the provided stream and dispose the related netive * object).