Skip to content

Commit d1fa8e5

Browse files
committed
misc: fix typos
General spelling clean up
1 parent 679dfac commit d1fa8e5

29 files changed

Lines changed: 39 additions & 66 deletions

File tree

.build/psake/private/Test-ModuleVersion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
should be accepted.
2525
.PARAMETER lessThanVersion
2626
The upper bound of the version that will be accepted. This comparison should
27-
be exlusive. Meaning an input version that is less than only, not equal to
27+
be exclusive. Meaning an input version that is less than only, not equal to
2828
this version, will be accepted.
2929
.INPUTS
3030
A $currentVersion of type [System.Version] or a convertable string.

.github/linters/codespell.txt

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -35,44 +35,31 @@ analyer
3535
andd
3636
ane
3737
anothers
38-
appraently
3938
appropropriate
4039
apprpriate
4140
aquire
42-
aquired
4341
arbitarily
4442
arent
4543
arguents
4644
assemblie
47-
atempt
4845
ative
4946
atleast
5047
atmost
51-
attibute
52-
attibutes
53-
attirbute
5448
autor
55-
availble
5649
avarage
5750
avove
5851
bale
5952
becaus
60-
begining
6153
bellow
62-
betweeen
63-
betwen
64-
beween
6554
bloc
6655
blockin
6756
boostrap
6857
brunch
6958
bu
7059
bufferin
7160
calender
72-
callibrate
7361
cant
7462
capela
75-
captial
7663
categorie
7764
celle
7865
celles
@@ -107,7 +94,6 @@ corelate
10794
corespondent
10895
correcty
10996
corse
110-
couldnt
11197
countr
11298
covert
11399
cunt
@@ -133,35 +119,22 @@ doen
133119
doens't
134120
doesnt
135121
dum
136-
duplcate
137122
ect
138123
ede
139-
elemnts
140124
eles
141125
elipses
142-
elminate
143-
embeded
144126
empress
145127
endcodes
146128
ende
147129
ened
148130
entend
149-
enviornment
150131
equest
151-
esnure
152-
essentually
153132
euclidian
154133
everytime
155-
exaclty
156-
excepetion
157-
exeception
158134
execeptions
159-
exlusive
160135
exmaple
161136
explicitely
162137
explicity
163-
explict
164-
explictly
165138
faild
166139
failue
167140
fallow

src/Lucene.Net.Analysis.Common/Analysis/Compound/Hyphenation/hyphenation.dtd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!-- The hyphenation patterns, space separated. A pattern is made of 'equivalent'
5555
characters as described before, between any two word characters a digit
5656
in the range 0 to 9 may be specified. The absence of a digit is equivalent
57-
to zero. The '.' character is reserved to indicate begining or ending
57+
to zero. The '.' character is reserved to indicate beginning or ending
5858
of words. -->
5959
<!ELEMENT patterns (#PCDATA)>
6060

src/Lucene.Net.Analysis.Common/Analysis/Core/StopFilterFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace Lucene.Net.Analysis.Core
5656
/// <list type="bullet">
5757
/// <item><description><c>wordset</c> - This is the default format, which supports one word per
5858
/// line (including any intra-word whitespace) and allows whole line comments
59-
/// begining with the "#" character. Blank lines are ignored. See
59+
/// beginning with the "#" character. Blank lines are ignored. See
6060
/// <see cref="WordlistLoader.GetLines"/> for details.
6161
/// </description></item>
6262
/// <item><description><c>snowball</c> - This format allows for multiple words specified on each

src/Lucene.Net.Analysis.Common/Analysis/Util/FilteringTokenFilter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public override void Reset()
145145
/// token is incremented.
146146
/// </summary>
147147
// LUCENENET NOTE: Intentionally made this a setter method instead of a property
148-
// because it is obsolete and there is no way to add the attibute to the setter but not
148+
// because it is obsolete and there is no way to add the attribute to the setter but not
149149
// the getter of a property. Since it is obsolete, this method will eventually be removed
150150
// anyway.
151151
[Obsolete("enablePositionIncrements=false is not supported anymore as of Lucene 4.4")]

src/Lucene.Net.Benchmark/Support/Sax/Ext/EntityResolver2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public interface IEntityResolver2 : IEntityResolver
9595
/// other reasons adopt a "no DTDs" policy.
9696
/// Non - validation motives include forcing documents to include DTDs so
9797
/// that attributes are handled consistently.
98-
/// For example, an XPath processor needs to know which attibutes have
98+
/// For example, an XPath processor needs to know which attributes have
9999
/// type "ID" before it can process a widely used type of reference.
100100
/// <para/>
101101
/// <strong> Warning:</strong> Returning an external subset modifies

src/Lucene.Net.Codecs/SimpleText/SimpleTextSegmentInfoWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public override void Write(Directory dir, SegmentInfo si, FieldInfos fis, IOCont
121121
}
122122
catch (Exception t) when (t.IsThrowable())
123123
{
124-
//Esnure we throw original exeception
124+
//Ensure we throw original exception
125125
}
126126
}
127127
else

src/Lucene.Net.Facet/DrillSidewaysScorer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ private void DoQueryFirstScoring(ICollector collector, DocIdSetIterator[] disis,
227227

228228
// TODO: for the "non-costly Bits" we really should
229229
// have passed them down as acceptDocs, but
230-
// unfortunately we cannot distinguish today betwen
230+
// unfortunately we cannot distinguish today between
231231
// "bits() is so costly that you should apply it last"
232232
// from "bits() is so cheap that you should apply it
233233
// everywhere down low"

src/Lucene.Net.Facet/Taxonomy/WriterCache/NameIntCacheLRU.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public interface INameInt32CacheLru
9090

9191
}
9292

93-
// LUCENENET specific - defined interface so we can share public and internal members betwen cache
93+
// LUCENENET specific - defined interface so we can share public and internal members between cache
9494
// instances.
9595
internal interface IInternalNameInt32CacheLru : INameInt32CacheLru
9696
{

src/Lucene.Net.Highlighter/Highlight/GradientFormatter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class GradientFormatter : IFormatter
3838
/// <summary> Sets the color range for the IDF scores</summary>
3939
/// <param name="maxScore">
4040
/// The score (and above) displayed as maxColor (See <see cref="QueryScorer.MaxTermWeight"/>
41-
/// which can be used to callibrate scoring scale)
41+
/// which can be used to calibrate scoring scale)
4242
/// </param>
4343
/// <param name="minForegroundColor">
4444
/// The hex color used for representing IDF scores of zero eg

0 commit comments

Comments
 (0)