Skip to content

Commit

Permalink
Fix a typo in the comment of storageserviceclient.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hason-msft committed Aug 29, 2016
1 parent e575a3f commit 2f58ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/services/storageserviceclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ StorageServiceClient.prototype._performRequest = function (webResource, body, op
// determine if they need to re-prepare a stream and call our SDK API to retry.
//
// Currently for blobs/files with size greater than 32MB (DEFAULT_SINGLE_BLOB_PUT_THRESHOLD_IN_BYTES),
// we'll sent the steam by chunk buffers which doesn't have this issue.
// we'll send the steam by chunk buffers which doesn't have this issue.
var outputStreamSent = false;

var operation = function (options, next) {
Expand Down

0 comments on commit 2f58ea0

Please sign in to comment.