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:
Russell Bryant
2005-04-13 23:33:47 +00:00
parent 8d1744dd29
commit 7bffc0459c
13 changed files with 23 additions and 23 deletions

2
cdr.c
View File

@@ -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) {