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/06/03 15:47:12 UTC

svn commit: r1488991 - /accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java

Author: ecn
Date: Mon Jun  3 13:47:11 2013
New Revision: 1488991

URL: http://svn.apache.org/r1488991
Log:
ACCUMULO-1166 fixed spelling

Modified:
    accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java

Modified: accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java
URL: http://svn.apache.org/viewvc/accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java?rev=1488991&r1=1488990&r2=1488991&view=diff
==============================================================================
--- accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java (original)
+++ accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java Mon Jun  3 13:47:11 2013
@@ -106,7 +106,7 @@ public class ExampleAccumuloUnitTest {
       System.out.println(entry.getKey() + " " + entry.getValue());
     }
    
-    //TODO use scanner to find common enemie ids between Alice and Bob, then
+    //TODO use scanner to find common enemy ids between Alice and Bob, then
     //use BatchScanner to look up their names
  
     conn.tableOperations().delete("foo");