Fix typo s/alrorythm/algorithm/

This commit is contained in:
Petr Mikusek 2015-10-03 23:44:37 +02:00
parent 08c5cfb4fe
commit c52b517d92
3 changed files with 3 additions and 3 deletions

2
dist/pako.js vendored
View file

@ -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:
*

View file

@ -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:
*

View file

@ -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:
*