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 <[email protected]> Authored: Wed Jul 17 12:10:15 2013 -0400 Committer: Eric Newton <[email protected]> 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. * */
