Skip to content

Commit

Permalink
chore: Fix English typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 30, 2024
1 parent 9f4dcb6 commit 75b09c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ async function runHandler(
// Well, not sure what to do here.
// It might have failed building simply because the CMake vscode codemodel is buggy
// As seen in https://github.com/microsoft/vscode-cmake-tools-api/issues/7
// So just print a warning, but leave the CMake output pane open so user can see what went wrong, if anytying
// So just print a warning, but leave the CMake output pane open so user can see what went wrong, if anything
thisExtension.log("ERROR: Failed to rebuild");
}

Expand Down

0 comments on commit 75b09c2

Please sign in to comment.