diff --git a/ci/github-script/get-pr-commit-details.js b/ci/github-script/get-pr-commit-details.js index 5841bb8177eb..097e14db7047 100644 --- a/ci/github-script/get-pr-commit-details.js +++ b/ci/github-script/get-pr-commit-details.js @@ -76,7 +76,7 @@ async function getCommitDetailsForPR({ core, pr, repoPath }) { return Promise.all( shas.map(async (sha) => { - // Subject, author name, author email, committer name, committer email (all tab-seperated) + // Subject, author name, author email, committer name, committer email (all tab-separated) // then a blank line, then filenames. const result = ( await runGit({