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/03/05 16:08:41 UTC

svn commit: r1452840 - /accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/iterators/SortedKeyValueIterator.java

Author: ecn
Date: Tue Mar  5 15:08:41 2013
New Revision: 1452840

URL: http://svn.apache.org/r1452840
Log:
ACCUMULO-1146 s/irregardless/regardless/g

Modified:
    accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/iterators/SortedKeyValueIterator.java

Modified: accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/iterators/SortedKeyValueIterator.java
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/iterators/SortedKeyValueIterator.java?rev=1452840&r1=1452839&r2=1452840&view=diff
==============================================================================
--- accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/iterators/SortedKeyValueIterator.java (original)
+++ accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/iterators/SortedKeyValueIterator.java Tue Mar  5 15:08:41 2013
@@ -84,7 +84,7 @@ public interface SortedKeyValueIterator<
    *
    * {@code columnFamilies} is used, at the lowest level, to determine which data blocks inside of an RFile need to be opened for this iterator. This set of data
    * blocks is also the set of locality groups defined for the given table. If no columnFamilies are provided, the data blocks for all locality groups inside of
-   * the correct RFile will be opened and seeked in an attempt to find the correct start key, irregardless of the startKey in the {@code range}.
+   * the correct RFile will be opened and seeked in an attempt to find the correct start key, regardless of the startKey in the {@code range}.
    *
    * In an Accumulo instance in which multiple locality groups exist for a table, it is important to ensure that {@code columnFamilies} is properly set to the
    * minimum required column families to ensure that data from separate locality groups is not inadvertently read.