Skip to content

Commit 96e4791

Browse files
committed
spelling: specified
1 parent 62839b7 commit 96e4791

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/reader/DataReader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DataReader.prototype = {
1717
this.checkIndex(this.index + offset);
1818
},
1919
/**
20-
* Check that the specifed index will not be too far.
20+
* Check that the specified index will not be too far.
2121
* @param {string} newIndex the index to check.
2222
* @throws {Error} an Error if the index is out of bounds.
2323
*/

lib/zipEntries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function ZipEntries(loadOptions) {
1717
}
1818
ZipEntries.prototype = {
1919
/**
20-
* Check that the reader is on the speficied signature.
20+
* Check that the reader is on the specified signature.
2121
* @param {string} expectedSignature the expected signature.
2222
* @throws {Error} if it is an other signature.
2323
*/

0 commit comments

Comments
 (0)