aboutsummaryrefslogtreecommitdiffstats
path: root/cdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdr.c')
-rwxr-xr-xcdr.c2
1 files changed, 1 insertions, 1 deletions
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) {