Skip to content

Commit 697a4ac

Browse files
committed
Fix comment typ0 in test/uploadSpec.js
1 parent f6109a6 commit 697a4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/uploadSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ describe('upload file', function() {
563563
flow.opts.simultaneousUploads = 10;
564564

565565
flow.opts.initFileFn = function(flowObj) {
566-
// emulate a compresso that starting from a payload of 10 characters
566+
// emulate a compressor that starting from a payload of 10 characters
567567
// will output 6 characters.
568568
var fakeFile = {
569569
size: 6

0 commit comments

Comments
 (0)