From eca229cf49e9ebacbaadc93cf50632435238d21f Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 9 May 2023 23:17:18 +0200 Subject: [PATCH] Fix some typos --- .github/workflows/ci-release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- CHANGELOG.md | 2 +- README.md | 2 +- test/write-entry.js | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index b062c0a0..dc0d1057 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -51,7 +51,7 @@ jobs: const shaUrl = `${context.serverUrl}/${owner}/${repo}/commit/${{ inputs.check-sha }}` - let summary = `This check is assosciated with ${shaUrl}\n\n` + let summary = `This check is associated with ${shaUrl}\n\n` if (jobUrl) { summary += `For run logs, click here: ${jobUrl}` @@ -154,7 +154,7 @@ jobs: const shaUrl = `${context.serverUrl}/${owner}/${repo}/commit/${{ inputs.check-sha }}` - let summary = `This check is assosciated with ${shaUrl}\n\n` + let summary = `This check is associated with ${shaUrl}\n\n` if (jobUrl) { summary += `For run logs, click here: ${jobUrl}` diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e95ae8c6..d3a077a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,7 +114,7 @@ jobs: const shaUrl = `${context.serverUrl}/${owner}/${repo}/commit/${{ steps.release.outputs.pr-sha }}` - let summary = `This check is assosciated with ${shaUrl}\n\n` + let summary = `This check is associated with ${shaUrl}\n\n` if (jobUrl) { summary += `For run logs, click here: ${jobUrl}` @@ -208,7 +208,7 @@ jobs: const shaUrl = `${context.serverUrl}/${owner}/${repo}/commit/${{ steps.commit.outputs.sha }}` - let summary = `This check is assosciated with ${shaUrl}\n\n` + let summary = `This check is associated with ${shaUrl}\n\n` if (jobUrl) { summary += `For run logs, click here: ${jobUrl}` diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee82011..01ade372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### Bug Fixes -* [`57493ee`](https://github.com/npm/node-tar/commit/57493ee66ece50d62114e02914282fc37be3a91a) [#332](https://github.com/npm/node-tar/pull/332) ensuring close event is emited after stream has ended (@webark) +* [`57493ee`](https://github.com/npm/node-tar/commit/57493ee66ece50d62114e02914282fc37be3a91a) [#332](https://github.com/npm/node-tar/pull/332) ensuring close event is emitted after stream has ended (@webark) * [`b003c64`](https://github.com/npm/node-tar/commit/b003c64f624332e24e19b30dc011069bb6708680) [#314](https://github.com/npm/node-tar/pull/314) replace deprecated String.prototype.substr() (#314) (@CommanderRoot, @lukekarrys) ### Documentation diff --git a/README.md b/README.md index 7cb09da6..53057817 100644 --- a/README.md +++ b/README.md @@ -909,7 +909,7 @@ The following options are supported: If strict, emit an error with the provided message. -Othewise, emit a `'warn'` event with the provided message and data. +Otherwise, emit a `'warn'` event with the provided message and data. ### class tar.WriteEntry.Sync diff --git a/test/write-entry.js b/test/write-entry.js index b72e53a1..02b0a4ce 100644 --- a/test/write-entry.js +++ b/test/write-entry.js @@ -432,7 +432,7 @@ t.test('absolute path', t => { t.test('preservePaths=true', t => { t.plan(2) - // with preservePaths, strictness doens't matter + // with preservePaths, strictness doesn't matter ;[true, false].forEach(strict => { t.test('strict=' + strict, t => { const warnings = []