mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-21 12:30:41 +00:00
docs: Fix typos in cdr/
Found via codespell
(cherry picked from commit 43599cfb2a
)
This commit is contained in:
committed by
Asterisk Development Team
parent
2e26573a84
commit
b4bb32a80b
@@ -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;
|
||||
|
Reference in New Issue
Block a user