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);
}

View file

@ -782,7 +782,7 @@ static int process_capability_param(void *data, int seq,
if (spa_param_dict_compare(old, param) == 0)
return 0;
pw_log_debug("port %p: got %s capabilty %p", this,
pw_log_debug("port %p: got %s capability %p", this,
pw_direction_as_string(this->direction), param);
if (param)
pw_log_pod(SPA_LOG_LEVEL_DEBUG, param);