mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 19:08:14 +00:00
add missing newlines, fix misspelling of nonexistent (bug #4027)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
cdr.c
2
cdr.c
@@ -210,7 +210,7 @@ int ast_cdr_setvar(struct ast_cdr *cdr, const char *name, const char *value, int
|
||||
struct varshead *headp;
|
||||
|
||||
if (!cdr) {
|
||||
ast_log(LOG_ERROR, "Attempt to set a variable on a nonexistant CDR record.\n");
|
||||
ast_log(LOG_ERROR, "Attempt to set a variable on a nonexistent CDR record.\n");
|
||||
return -1;
|
||||
}
|
||||
while (cdr) {
|
||||
|
||||
Reference in New Issue
Block a user