Skip to content

Commit

Permalink
Fix typos in comments detected by the misspell tool
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonAndre committed Aug 23, 2018
1 parent b4b4a2f commit 5009cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Indexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function __construct(
}

/**
* Will read and parse the passed source files in the project and add them to the appropiate indexes
* Will read and parse the passed source files in the project and add them to the appropriate indexes
*
* @return Promise <void>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Protocol/DocumentHighlightKind.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
abstract class DocumentHighlightKind
{
/**
* A textual occurrance.
* A textual occurrence.
*/
const TEXT = 1;

Expand Down

0 comments on commit 5009cba

Please sign in to comment.