Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Oct 8, 2024
1 parent 4cc3d42 commit 9835acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/libCZI/StreamsLib/azureblobinputstream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ void AzureBlobInputStream::Read(std::uint64_t offset, void* pv, std::uint64_t si
const Azure::Core::Http::HttpStatusCode code = download_response.RawResponse->GetStatusCode();

// TODO(JBL): I am not sure about what we can expect here as return code. The Azure SDK documentation is not very clear about this,
// at least I am not aware of an authorative text on this.
// at least I am not aware of an authoritative text on this.
if (code == Azure::Core::Http::HttpStatusCode::Ok || code == Azure::Core::Http::HttpStatusCode::PartialContent)
{
// the reported position should match the requested offset
Expand Down

0 comments on commit 9835acf

Please sign in to comment.