various: fix typos

Found by codespell
This commit is contained in:
Harri Nieminen
2023-03-27 23:42:17 +03:00
committed by Dudemanguy
parent 24bed9b949
commit 292a5868cb
28 changed files with 41 additions and 41 deletions

View File

@@ -63,7 +63,7 @@ bool mp_pin_out_has_data(struct mp_pin *p);
// frame is available, but to get proper data flow in filters, you should
// probably follow the preferred conventions.)
// If no frame is returned, a frame is automatically requested via
// mp_pin_out_request_data() (so it might be retuned in the future).
// mp_pin_out_request_data() (so it might be returned in the future).
// If a frame is returned, no new frame is automatically requested (this is
// usually not wanted, because it could lead to additional buffering).
// This is guaranteed to return a non-NONE frame if mp_pin_out_has_data()