Skip to content

Commit 9f21ecd

Browse files
committed
zip: fix typo in zip64.
1 parent 7109429 commit 9f21ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/archivers/zip/zip-archive-output-stream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ ZipArchiveOutputStream.prototype._writeCentralDirectoryZip64 = function() {
235235
// not implemented at this time
236236

237237
// end of central directory locator
238-
this.write(zipUtil.getLongBytes(costants.SIG_ZIP64_EOCD_LOC));
238+
this.write(zipUtil.getLongBytes(constants.SIG_ZIP64_EOCD_LOC));
239239

240240
// disk number holding the ZIP64 EOCD record
241241
this.write(constants.LONG_ZERO);

0 commit comments

Comments
 (0)