Skip to content

Commit 4fe8105

Browse files
authored
docs(cs): fix typos; occured -> occurred (#1229)
1 parent 6d0c3bb commit 4fe8105

17 files changed

Lines changed: 25 additions & 25 deletions

src/Lucene.Net.Analysis.Common/Analysis/CharFilter/HTMLStripCharFilter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31125,7 +31125,7 @@ private void YyBegin(int newState)
3112531125
private int YyLength => zzMarkedPos - zzStartRead;
3112631126

3112731127
/// <summary>
31128-
/// Reports an error that occured while scanning.
31128+
/// Reports an error that occurred while scanning.
3112931129
/// <para/>
3113031130
/// In a wellformed scanner (no or only correct usage of
3113131131
/// YyPushBack(int) and a match-all fallback rule) this method

src/Lucene.Net.Analysis.Common/Analysis/Standard/ClassicTokenizerImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ public char YyCharAt(int pos)
590590

591591

592592
/// <summary>
593-
/// Reports an error that occured while scanning.
593+
/// Reports an error that occurred while scanning.
594594
/// <para/>
595595
/// In a wellformed scanner (no or only correct usage of
596596
/// YyPushBack(int) and a match-all fallback rule) this method

src/Lucene.Net.Analysis.Common/Analysis/Standard/StandardTokenizerImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ public char YyCharAt(int pos)
11871187

11881188

11891189
/// <summary>
1190-
/// Reports an error that occured while scanning.
1190+
/// Reports an error that occurred while scanning.
11911191
/// <para/>
11921192
/// In a wellformed scanner (no or only correct usage of
11931193
/// YyPushBack(int) and a match-all fallback rule) this method

src/Lucene.Net.Analysis.Common/Analysis/Standard/Std31/StandardTokenizerImpl31.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ public char YyCharAt(int pos)
902902
public int YyLength => zzMarkedPos - zzStartRead;
903903

904904
/// <summary>
905-
/// Reports an error that occured while scanning.
905+
/// Reports an error that occurred while scanning.
906906
/// <para/>
907907
/// In a wellformed scanner (no or only correct usage of
908908
/// YyPushBack(int) and a match-all fallback rule) this method

src/Lucene.Net.Analysis.Common/Analysis/Standard/Std31/UAX29URLEmailTokenizerImpl31.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3456,7 +3456,7 @@ public char YyCharAt(int pos)
34563456
public int YyLength => zzMarkedPos - zzStartRead;
34573457

34583458
/// <summary>
3459-
/// Reports an error that occured while scanning.
3459+
/// Reports an error that occurred while scanning.
34603460
///
34613461
/// In a wellformed scanner (no or only correct usage of
34623462
/// YyPushBack(int) and a match-all fallback rule) this method

src/Lucene.Net.Analysis.Common/Analysis/Standard/Std34/StandardTokenizerImpl34.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ public char YyCharAt(int pos)
922922
public int YyLength => zzMarkedPos - zzStartRead;
923923

924924
/// <summary>
925-
/// Reports an error that occured while scanning.
925+
/// Reports an error that occurred while scanning.
926926
/// <para/>
927927
/// In a wellformed scanner (no or only correct usage of
928928
/// YyPushBack(int) and a match-all fallback rule) this method

src/Lucene.Net.Analysis.Common/Analysis/Standard/Std34/UAX29URLEmailTokenizerImpl34.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3570,7 +3570,7 @@ public char YyCharAt(int pos)
35703570
public int YyLength => zzMarkedPos - zzStartRead;
35713571

35723572
/// <summary>
3573-
/// Reports an error that occured while scanning.
3573+
/// Reports an error that occurred while scanning.
35743574
/// <para/>
35753575
/// In a wellformed scanner (no or only correct usage of
35763576
/// YyPushBack(int) and a match-all fallback rule) this method

src/Lucene.Net.Analysis.Common/Analysis/Standard/Std36/UAX29URLEmailTokenizerImpl36.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4007,7 +4007,7 @@ public char YyCharAt(int pos)
40074007

40084008

40094009
/// <summary>
4010-
/// Reports an error that occured while scanning.
4010+
/// Reports an error that occurred while scanning.
40114011
/// <para/>
40124012
/// In a wellformed scanner (no or only correct usage of
40134013
/// YyPushBack(int) and a match-all fallback rule) this method

src/Lucene.Net.Analysis.Common/Analysis/Standard/Std40/StandardTokenizerImpl40.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ public char YyCharAt(int pos)
10371037

10381038

10391039
/// <summary>
1040-
/// Reports an error that occured while scanning.
1040+
/// Reports an error that occurred while scanning.
10411041
/// <para/>
10421042
/// In a wellformed scanner (no or only correct usage of
10431043
/// YyPushBack(int) and a match-all fallback rule) this method

src/Lucene.Net.Analysis.Common/Analysis/Standard/Std40/UAX29URLEmailTokenizerImpl40.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4225,7 +4225,7 @@ public char YyCharAt(int pos)
42254225

42264226

42274227
/// <summary>
4228-
/// Reports an error that occured while scanning.
4228+
/// Reports an error that occurred while scanning.
42294229
/// <para/>
42304230
/// In a wellformed scanner (no or only correct usage of
42314231
/// YyPushBack(int) and a match-all fallback rule) this method

0 commit comments

Comments
 (0)