Skip to content

Commit 9b9cb2d

Browse files
authored
Fix typos (#1177)
verision -> version
1 parent 53f020b commit 9b9cb2d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/dotnet/Lucene.Net.Tests.ICU/Search/PostingsHighlight/TestICUMultiTermHighlighting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Lucene.Net.Search.PostingsHighlight
4040
/// org.ibm.icu.BreakIterator version 60.1 instead of java.text.BreakIterator and modified the original Lucene
4141
/// tests to pass, then ported to .NET. There are no changes in this class from that of Lucene 4.8.1.
4242
/// <para/>
43-
/// Although the ICU <see cref="ICU4N.Text.BreakIterator"/> acts slightly different than the JDK's verision, using the default
43+
/// Although the ICU <see cref="ICU4N.Text.BreakIterator"/> acts slightly different than the JDK's version, using the default
4444
/// behavior of the ICU <see cref="ICU4N.Text.BreakIterator"/> is the most logical default to use in .NET. It is the same
4545
/// default that was chosen in Apache Harmony.
4646
/// </remarks>

src/dotnet/Lucene.Net.Tests.ICU/Search/PostingsHighlight/TestICUPostingsHighlighter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace Lucene.Net.Search.PostingsHighlight
4141
/// tests to pass, then ported to .NET. The only change required was that of the TestEmptyHighlights method
4242
/// which breaks the sentence in a different place than in the JDK.
4343
/// <para/>
44-
/// Although the ICU <see cref="BreakIterator"/> acts slightly different than the JDK's verision, using the default
44+
/// Although the ICU <see cref="BreakIterator"/> acts slightly different than the JDK's version, using the default
4545
/// behavior of the ICU <see cref="BreakIterator"/> is the most logical default to use in .NET. It is the same
4646
/// default that was chosen in Apache Harmony.
4747
/// </summary>

src/dotnet/Lucene.Net.Tests.ICU/Search/PostingsHighlight/TestICUPostingsHighlighterRanking.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace Lucene.Net.Search.PostingsHighlight
3838
/// org.ibm.icu.BreakIterator version 60.1 instead of java.text.BreakIterator and modified the original Lucene
3939
/// tests to pass, then ported to .NET. There are no changes in this class from that of Lucene 4.8.1.
4040
/// <para/>
41-
/// Although the ICU <see cref="ICU4N.Text.BreakIterator"/> acts slightly different than the JDK's verision, using the default
41+
/// Although the ICU <see cref="ICU4N.Text.BreakIterator"/> acts slightly different than the JDK's version, using the default
4242
/// behavior of the ICU <see cref="ICU4N.Text.BreakIterator"/> is the most logical default to use in .NET. It is the same
4343
/// default that was chosen in Apache Harmony.
4444
/// </summary>

0 commit comments

Comments
 (0)