Skip to content

Commit 2e00bb9

Browse files
authored
Minor spelling fix (#7490)
1 parent 10090a0 commit 2e00bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/translations_auto_pr.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ console.log(`locRootPath=${locRootPath}`);
4242
console.log(`locSubPath=${locSubPath}`);
4343

4444
function hasBranch(branchName) {
45-
console.log(`Checking for existance of branch "${branchName}" (git branch --list ${branchName})`);
45+
console.log(`Checking for existence of branch "${branchName}" (git branch --list ${branchName})`);
4646
let output = cp.execSync(`git branch --list ${branchName}`);
4747
let lines = output.toString().split("\n");
4848
let found = false;

0 commit comments

Comments
 (0)