You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sy...@apache.org on 2015/05/09 20:46:26 UTC

[2/6] lucenenet git commit: fix spelling mistake

fix spelling mistake


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/4eab349b
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/4eab349b
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/4eab349b

Branch: refs/heads/master
Commit: 4eab349bbbe456873d79b6c0e3442be51bdca3c6
Parents: e7381c0
Author: Laimonas Simutis <la...@gmail.com>
Authored: Fri May 8 14:43:25 2015 -0400
Committer: Laimonas Simutis <la...@gmail.com>
Committed: Fri May 8 14:43:25 2015 -0400

----------------------------------------------------------------------
 src/Lucene.Net.Core/Index/DocumentsWriterStallControl.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/4eab349b/src/Lucene.Net.Core/Index/DocumentsWriterStallControl.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Core/Index/DocumentsWriterStallControl.cs b/src/Lucene.Net.Core/Index/DocumentsWriterStallControl.cs
index 6423cdf..f154d02 100644
--- a/src/Lucene.Net.Core/Index/DocumentsWriterStallControl.cs
+++ b/src/Lucene.Net.Core/Index/DocumentsWriterStallControl.cs
@@ -81,7 +81,7 @@ namespace Lucene.Net.Index
                         // don't loop here, higher level logic will re-stall!
                         try
                         {
-                            // make sure not to run IncWaiters / DecrWaiters id Debug.Assert as that gets 
+                            // make sure not to run IncWaiters / DecrWaiters in Debug.Assert as that gets 
                             // removed at compile time if built in Release mode
                             var result = IncWaiters();
                             Debug.Assert(result);