docs: Fix typos in cdr/

Found via codespell
This commit is contained in:
Luz Paz
2025-02-12 10:15:10 -05:00
parent 32cdce18c2
commit f221ef9777
4 changed files with 4 additions and 4 deletions

View File

@@ -253,7 +253,7 @@ static int write_cdr(struct ast_cdr *cdr)
dummy = ast_dummy_channel_alloc();
if (!dummy) {
ast_log(LOG_ERROR, "Unable to allocate channel for variable subsitution.\n");
ast_log(LOG_ERROR, "Unable to allocate channel for variable substitution.\n");
ast_free(value_string);
ast_mutex_unlock(&lock);
return 0;