Skip to content

Commit a474465

Browse files
striezelisaacs
authored andcommitted
Fix some typos
PR-URL: #385 Credit: @striezel Close: #385 Reviewed-by: @isaacs
1 parent 65ff5be commit a474465

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
- remove dead link to benchmarks (#313) (@yetzt)
5050
- add examples/explanation of using tar.t (@isaacs)
51-
- ensure close event is emited after stream has ended (@webark)
51+
- ensure close event is emitted after stream has ended (@webark)
5252
- replace deprecated String.prototype.substr() (@CommanderRoot,
5353
@lukekarrys)
5454

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ The following options are supported:
987987

988988
If strict, emit an error with the provided message.
989989

990-
Othewise, emit a `'warn'` event with the provided message and data.
990+
Otherwise, emit a `'warn'` event with the provided message and data.
991991

992992
### class tar.WriteEntry.Sync
993993

test/write-entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ t.test('absolute path', t => {
463463

464464
t.test('preservePaths=true', t => {
465465
t.plan(2)
466-
// with preservePaths, strictness doens't matter
466+
// with preservePaths, strictness doesn't matter
467467
;[true, false].forEach(strict => {
468468
t.test('strict=' + strict, t => {
469469
const warnings = []

0 commit comments

Comments
 (0)