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 204F41922E for ; Sun, 10 Apr 2016 04:18:25 +0000 (UTC) Received: (qmail 18264 invoked by uid 500); 10 Apr 2016 04:18:20 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 18059 invoked by uid 500); 10 Apr 2016 04:18:20 -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 13904 invoked by uid 99); 10 Apr 2016 04:18:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Apr 2016 04:18:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EB60BE9E98; Sun, 10 Apr 2016 04:18:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bodewig@apache.org To: commits@commons.apache.org Date: Sun, 10 Apr 2016 04:19:01 -0000 Message-Id: <92d7921962284c92938b15ca41823d88@git.apache.org> In-Reply-To: <99c48c209fe64864b70f5bb73430b1bc@git.apache.org> References: <99c48c209fe64864b70f5bb73430b1bc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [45/46] commons-compress git commit: Fix Javadoc typo. Fix Javadoc typo. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/2cc332cc Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/2cc332cc Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/2cc332cc Branch: refs/heads/COMPRESS-207 Commit: 2cc332cc20f1d988ce6b986ba63e6685709e9ecd Parents: 3f2c760 Author: ggregory Authored: Sat Apr 9 10:13:03 2016 -0700 Committer: ggregory Committed: Sat Apr 9 10:13:03 2016 -0700 ---------------------------------------------------------------------- .../org/apache/commons/compress/archivers/sevenz/SevenZFile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/2cc332cc/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java b/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java index a6aabe6..3e2113d 100644 --- a/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java +++ b/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java @@ -113,7 +113,7 @@ public class SevenZFile implements Closeable { } /** - * Reads a file as unecrypted 7z archive + * Reads a file as unencrypted 7z archive * * @param filename the file to read * @throws IOException if reading the archive fails