Skip to content

Commit

Permalink
Fixed a couple of misspellings in comments. No functional change.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictraut committed Oct 22, 2024
1 parent 124565a commit 901c0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pyright-internal/src/analyzer/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ export class AnalyzerService {
// Ensure that if no command line or config options were applied, we have some defaults.
this._ensureDefaultOptions(host, configOptions, projectRoot, executionRoot, commandLineOptions);

// Once we have defaults, we can then setup the execution environments. Execution enviroments
// Once we have defaults, we can then setup the execution environments. Execution environments
// inherit from the defaults.
if (configs) {
for (const config of configs) {
Expand Down Expand Up @@ -1358,7 +1358,7 @@ export class AnalyzerService {
'https://github.com/microsoft/pyright/blob/main/docs/configuration.md.'
);

// Show it in messagebox if it is supported.
// Show it in message box if it is supported.
this._tryShowLongOperationMessageBox();

loggedLongOperationError = true;
Expand Down

0 comments on commit 901c0bb

Please sign in to comment.