From 2f58ea03b4922e2ad82f408674ffe49e31b80196 Mon Sep 17 00:00:00 2001 From: HaiBo Song Date: Mon, 29 Aug 2016 16:31:12 +0800 Subject: [PATCH] Fix a typo in the comment of storageserviceclient.js --- lib/common/services/storageserviceclient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/services/storageserviceclient.js b/lib/common/services/storageserviceclient.js index e202da16..82b2ddd2 100644 --- a/lib/common/services/storageserviceclient.js +++ b/lib/common/services/storageserviceclient.js @@ -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) {