fix codespell issues

This commit is contained in:
Björn Daase 2021-10-07 14:54:47 +02:00 committed by Wim Taymans
parent 57eef39583
commit cf38b7bdc4
12 changed files with 25 additions and 25 deletions

View file

@ -55,7 +55,7 @@ static const struct spa_dict_item module_combine_sink_info[] = {
struct module_combine_sink_data;
/* This goes to the stream event listener to be able to identify the stream on
* which the event occured and to have a link to the module data */
* which the event occurred and to have a link to the module data */
struct combine_stream {
struct pw_stream *stream;
struct spa_hook stream_listener;