From 33de71887f6c8f6b9ea281be6304d5444d6b0c04 Mon Sep 17 00:00:00 2001 From: meichuanyi Date: Sun, 21 Jun 2026 14:45:08 +0800 Subject: [PATCH] docs: fix typos in TODO Signed-off-by: meichuanyi --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index dedd7d983..8756747b2 100644 --- a/TODO +++ b/TODO @@ -2643,7 +2643,7 @@ the extracted Vorbis packets could be processed with smaller substreams - including substreams that span one or more pages. It's also potentially helpful for MP3, Ogg FLAC, DVD-A and any other format - with nontrivial wrappers that need to be parsed seperately + with nontrivial wrappers that need to be parsed separately from the main bitstream. *** DONE Implement substream reader methods **** DONE bs_read_bits_s_be @@ -4037,7 +4037,7 @@ h->close(h); /*closes substream and deallocates handle*/ But we also need two additional methods - for working with the handle and its substream seperately. + for working with the handle and its substream separately. | method | substream | handle | |-------------------+----------------+-------------|