Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A941310A4E for ; Tue, 23 Jul 2013 16:54:43 +0000 (UTC) Received: (qmail 52367 invoked by uid 500); 23 Jul 2013 16:54:31 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 52135 invoked by uid 500); 23 Jul 2013 16:54:31 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 51661 invoked by uid 99); 23 Jul 2013 16:54:31 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jul 2013 16:54:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2F2438B213B; Tue, 23 Jul 2013 16:54:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kturner@apache.org To: commits@accumulo.apache.org Date: Tue, 23 Jul 2013 16:54:38 -0000 Message-Id: <67e921a4788246168a59a3069359df57@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [13/50] git commit: ACCUMULO-1562 fix typo in comment ACCUMULO-1562 fix typo in comment Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f4c6e6f6 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f4c6e6f6 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/f4c6e6f6 Branch: refs/heads/ACCUMULO-1000 Commit: f4c6e6f60d716f167db79eb62a9730e50188837e Parents: e656c3a Author: Eric Newton Authored: Wed Jul 17 12:10:15 2013 -0400 Committer: Eric Newton Committed: Wed Jul 17 12:10:15 2013 -0400 ---------------------------------------------------------------------- server/src/main/java/org/apache/accumulo/server/util/Admin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/f4c6e6f6/server/src/main/java/org/apache/accumulo/server/util/Admin.java ---------------------------------------------------------------------- diff --git a/server/src/main/java/org/apache/accumulo/server/util/Admin.java b/server/src/main/java/org/apache/accumulo/server/util/Admin.java index 3bb801a..fca811e 100644 --- a/server/src/main/java/org/apache/accumulo/server/util/Admin.java +++ b/server/src/main/java/org/apache/accumulo/server/util/Admin.java @@ -115,7 +115,7 @@ public class Admin { } /** - * flushing during shutdown is a perfomance optimization, its not required. The method will make an attempt to initiate flushes of all tables and give up if + * flushing during shutdown is a performance optimization, its not required. The method will make an attempt to initiate flushes of all tables and give up if * it takes too long. * */