You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/12/07 09:57:38 UTC

[23/37] lucene-solr:jira/http2: fix typo

fix typo


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/f637c50c
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/f637c50c
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/f637c50c

Branch: refs/heads/jira/http2
Commit: f637c50c1190c8c5e3a0c1008f0542383738e3cd
Parents: f7faae0
Author: Shai Erera <sh...@apache.org>
Authored: Tue Dec 4 16:36:14 2018 +0200
Committer: Shai Erera <sh...@apache.org>
Committed: Tue Dec 4 16:36:14 2018 +0200

----------------------------------------------------------------------
 .../src/java/org/apache/lucene/index/FrozenBufferedUpdates.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f637c50c/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java
----------------------------------------------------------------------
diff --git a/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java b/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java
index bb84a79f1..7743896 100644
--- a/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java
+++ b/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java
@@ -594,7 +594,7 @@ final class FrozenBufferedUpdates {
       }
         
       // TODO: we traverse the terms in update order (not term order) so that we
-      // apply the updates in the correct order, i.e. if two terms udpate the
+      // apply the updates in the correct order, i.e. if two terms update the
       // same document, the last one that came in wins, irrespective of the
       // terms lexical order.
       // we can apply the updates in terms order if we keep an updatesGen (and