Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsvmx committed Feb 1, 2024
1 parent e37a8bc commit 5d3460e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 31 deletions.
57 changes: 27 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/internal/xml-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ export function parseBucketVersioningConfig(xml: string) {
return xmlObj.VersioningConfiguration
}

// Used only in selectObectContent API.
// Used only in selectObjectContent API.
// extractHeaderType extracts the first half of the header message, the header type.
function extractHeaderType(stream: stream.Readable): string | undefined {
const headerNameLen = Buffer.from(stream.read(1)).readUInt8()
Expand Down

0 comments on commit 5d3460e

Please sign in to comment.