Skip to content

Commit 0185023

Browse files
Copilothanniavalera
andcommitted
Fix typo in comment: repalce -> replace
Co-authored-by: hanniavalera <[email protected]>
1 parent 8317e55 commit 0185023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ctest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ export class CTestDriver implements vscode.Disposable {
12641264
chosenConfig.config = this.replaceAllInObject<vscode.DebugConfiguration>(chosenConfig.config, '${command:cmake.testWorkingDirectory}', this.testWorkingDirectory(testName));
12651265

12661266
// Replace cmake.testArgs wrapped in quotes, like `"${command:cmake.testArgs}"`, without any spaces in between,
1267-
// since we need to repalce the quotes as well.
1267+
// since we need to replace the quotes as well.
12681268
chosenConfig.config = this.replaceArrayItems(chosenConfig.config, '${cmake.testArgs}', this.testArgs(testName)) as vscode.DebugConfiguration;
12691269
chosenConfig.config = this.replaceArrayItems(chosenConfig.config, '${command:cmake.testArgs}', this.testArgs(testName)) as vscode.DebugConfiguration;
12701270

0 commit comments

Comments
 (0)