You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/07/17 18:12:16 UTC

[2/4] 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/master
Commit: f4c6e6f60d716f167db79eb62a9730e50188837e
Parents: e656c3a
Author: Eric Newton <er...@gmail.com>
Authored: Wed Jul 17 12:10:15 2013 -0400
Committer: Eric Newton <er...@gmail.com>
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.
    * 
    */