Fix spelling errors in comments and log messages

- Fix durring → during in es-builder.c error message
- Fix capabilty → capability in impl-port.c debug log
- Fix supress → suppress in rate-control.h comment

Improve code readability
This commit is contained in:
zuozhiwei 2026-04-13 14:26:27 +08:00 committed by Wim Taymans
parent 4b886d07f7
commit 11d28c661b
3 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ static void *es_builder_desc_entity_milan_v12(struct server *server,
&entity_state);
if (!ptr_alloc) {
pw_log_error("Error durring allocation\n");
pw_log_error("Error during allocation\n");
spa_assert(0);
}