Author: kturner
Date: Thu Jun 20 13:36:05 2013
New Revision: 1494984
URL: http://svn.apache.org/r1494984
Log:
fixed grammar
Modified:
accumulo/site/trunk/content/notable_features.mdtext
Modified: accumulo/site/trunk/content/notable_features.mdtext
URL:
http://svn.apache.org/viewvc/accumulo/site/trunk/content/notable_features.mdtext?rev=1494984&r1=1494983&r2=1494984&view=diff
==============================================================================
--- accumulo/site/trunk/content/notable_features.mdtext (original)
+++ accumulo/site/trunk/content/notable_features.mdtext Thu Jun 20 13:36:05 2013
@@ -192,7 +192,7 @@ test against Accumulo. Mock Accumulo is
Mini Accumulo cluster is a set of utility code that makes it easy to spin up
a local Accumulo instance running against the local filesystem. Mini Accumulo
-is slower than Mock Accumulo, but its behavior is mirrors a real Accumulo
+is slower than Mock Accumulo, but its behavior mirrors a real Accumulo
instance more closely.
### Functional Test
@@ -354,7 +354,7 @@ files.
### Loading jars using VFS (1.5)
-User written iterators are a useful way to manipulate data in data in
Accumulo.
+User written iterators are a useful way to manipulate data in data in
Accumulo.
Before 1.5., users had to copy their iterators to each tablet server.
Starting
with 1.5 Accumulo can load iterators from HDFS using Apache commons VFS.