diff --git a/src/Indexer.php b/src/Indexer.php index 85d17872..c8284e01 100644 --- a/src/Indexer.php +++ b/src/Indexer.php @@ -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 */ diff --git a/src/Protocol/DocumentHighlightKind.php b/src/Protocol/DocumentHighlightKind.php index 14e701a6..b5fe2612 100644 --- a/src/Protocol/DocumentHighlightKind.php +++ b/src/Protocol/DocumentHighlightKind.php @@ -8,7 +8,7 @@ abstract class DocumentHighlightKind { /** - * A textual occurrance. + * A textual occurrence. */ const TEXT = 1;