mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
all: fix typos found by codespell
This commit is contained in:
parent
8d439b2483
commit
262d41c804
303 changed files with 482 additions and 481 deletions
|
|
@ -154,7 +154,7 @@ static int add_entry(URLContext *h, const unsigned char *buf, int size)
|
|||
return 0;
|
||||
fail:
|
||||
//we could truncate the file to pos here if pos >=0 but ftruncate isn't available in VS so
|
||||
//for simplicty we just leave the file a bit larger
|
||||
//for simplicity we just leave the file a bit larger
|
||||
av_free(entry);
|
||||
av_free(node);
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue