Skip to content

Commit 040321a

Browse files
scottsNicolasHug
andauthored
Update src/torchcodec/decoders/_core/AVIOFileLikeContext.cpp
Co-authored-by: Nicolas Hug <[email protected]>
1 parent a3f6b9e commit 040321a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/decoders/_core/AVIOFileLikeContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ int AVIOFileLikeContext::read(void* opaque, uint8_t* buf, int buf_size) {
4747
request,
4848
" bytes but, received ",
4949
chunk_len,
50-
" bytes. The given object does not confirm to read protocol of file object.");
50+
" bytes. The given object does not conform to read protocol of file object.");
5151
memcpy(buf, chunk.data(), chunk_len);
5252
buf += chunk_len;
5353
num_read += chunk_len;

0 commit comments

Comments
 (0)