all: fix typos found by codespell

This commit is contained in:
Timo Rothenpieler 2025-08-01 22:43:23 +02:00
parent 8d439b2483
commit 262d41c804
303 changed files with 482 additions and 481 deletions

View file

@ -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;