mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
docs: Fix typos in cdr/
Found via codespell
(cherry picked from commit f221ef9777
)
This commit is contained in:
committed by
Asterisk Development Team
parent
350a80a2aa
commit
540e28ea8d
@@ -142,7 +142,7 @@ static int custom_log(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");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user