We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6109a6 commit 697a4acCopy full SHA for 697a4ac
test/uploadSpec.js
@@ -563,7 +563,7 @@ describe('upload file', function() {
563
flow.opts.simultaneousUploads = 10;
564
565
flow.opts.initFileFn = function(flowObj) {
566
- // emulate a compresso that starting from a payload of 10 characters
+ // emulate a compressor that starting from a payload of 10 characters
567
// will output 6 characters.
568
var fakeFile = {
569
size: 6
0 commit comments