From 9201aa9db06c3ddd9e05f59c977b0349c9f616eb Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 13 Apr 2005 23:33:47 +0000 Subject: add missing newlines, fix misspelling of nonexistent (bug #4027) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5467 f38db490-d61c-443f-a65b-d21fe96a405b --- cdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cdr.c') diff --git a/cdr.c b/cdr.c index 3dc4909a9..91a11fb0a 100755 --- a/cdr.c +++ b/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) { -- cgit v1.2.3