Comment Spelling [ci skip]

This commit is contained in:
Ikko Ashimine 2021-09-11 14:17:00 +09:00
parent 5a3e5d91c1
commit 4da25af3aa

View File

@ -329,9 +329,9 @@ DataReader.prototype = {
// see implementations
},
/**
* Find the last occurence of a zip signature (4 bytes).
* Find the last occurrence of a zip signature (4 bytes).
* @param {string} sig the signature to find.
* @return {number} the index of the last occurence, -1 if not found.
* @return {number} the index of the last occurrence, -1 if not found.
*/
lastIndexOfSignature: function(sig) {
// see implementations