Skip to content

Commit 5009cba

Browse files
committed
Fix typos in comments detected by the misspell tool
1 parent b4b4a2f commit 5009cba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Indexer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function __construct(
9696
}
9797

9898
/**
99-
* Will read and parse the passed source files in the project and add them to the appropiate indexes
99+
* Will read and parse the passed source files in the project and add them to the appropriate indexes
100100
*
101101
* @return Promise <void>
102102
*/

src/Protocol/DocumentHighlightKind.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
abstract class DocumentHighlightKind
99
{
1010
/**
11-
* A textual occurrance.
11+
* A textual occurrence.
1212
*/
1313
const TEXT = 1;
1414

0 commit comments

Comments
 (0)