diff --git a/dist/pako.js b/dist/pako.js index 6ac5571..5991718 100644 --- a/dist/pako.js +++ b/dist/pako.js @@ -301,7 +301,7 @@ Deflate.prototype.onEnd = function(status) { * - data (Uint8Array|Array|String): input data to compress. * - options (Object): zlib deflate options. * - * Compress `data` with deflate alrorythm and `options`. + * Compress `data` with deflate algorithm and `options`. * * Supported options are: * diff --git a/dist/pako_deflate.js b/dist/pako_deflate.js index 76aa5a6..f17ed52 100644 --- a/dist/pako_deflate.js +++ b/dist/pako_deflate.js @@ -3683,7 +3683,7 @@ Deflate.prototype.onEnd = function(status) { * - data (Uint8Array|Array|String): input data to compress. * - options (Object): zlib deflate options. * - * Compress `data` with deflate alrorythm and `options`. + * Compress `data` with deflate algorithm and `options`. * * Supported options are: * diff --git a/lib/deflate.js b/lib/deflate.js index 6768561..53f9b19 100644 --- a/lib/deflate.js +++ b/lib/deflate.js @@ -300,7 +300,7 @@ Deflate.prototype.onEnd = function(status) { * - data (Uint8Array|Array|String): input data to compress. * - options (Object): zlib deflate options. * - * Compress `data` with deflate alrorythm and `options`. + * Compress `data` with deflate algorithm and `options`. * * Supported options are: *