From e8dbd328d8d15937d79a84f515abc06950843630 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 9 Jul 2025 14:13:56 +0200 Subject: [PATCH] doc: fix a typo --- src/modules/module-filter-chain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module-filter-chain.c b/src/modules/module-filter-chain.c index b00130964..262ad0c51 100644 --- a/src/modules/module-filter-chain.c +++ b/src/modules/module-filter-chain.c @@ -801,7 +801,7 @@ extern struct spa_handle_factory spa_filter_graph_factory; * The `filtergraph` plugin will automatically add format converters when the input * port channel-layout, format or graph sample-rates don't match. * - * Note that the FFmpeg filtergraph is not Real-time safe because it might does + * Note that the FFmpeg filtergraph is not Real-time safe because it might do * allocations from the processing thread. It is advised to run the filter-chain * streams in async mode (`node.async = true`) to avoid interrupting the other * RT threads.