Skip to content

Commit

Permalink
Spell mistake
Browse files Browse the repository at this point in the history
Co-authored-by: Gauri Prasad <[email protected]>
  • Loading branch information
nakulkar-msft and gapra-msft authored Mar 16, 2023
1 parent 05d9281 commit 478cedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/extensions.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func GenerateFullPathWithQuery(rootPath, childPath, extraQuery string) string {
// same size.
// Block Names of blobs are of format noted below.
// <5B empty placeholder> <16B GUID of AzCopy re-interpreted as string><5B PartNum><5B Index in the jobPart><5B blockNum>
const AZCOPY_BLOCKNAME_LENTGH = 48
const AZCOPY_BLOCKNAME_LENGTH = 48
func GenerateBlockBlobBlockID(blockNamePrefix string, index int32) string {
blockID := []byte(fmt.Sprintf("%s%05d", blockNamePrefix, index))
return base64.StdEncoding.EncodeToString(blockID)
Expand Down

0 comments on commit 478cedd

Please sign in to comment.