aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_forkcdr.c
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-12 14:51:44 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-12 14:51:44 +0000
commitf87c5a689be6740c65bb7f872ed87ac2713adaca (patch)
tree3bbb3bafa4ddad85343408c766b9c2361cd19e43 /apps/app_forkcdr.c
parent2f3d431a368d7699371f1758a55ce75d43196503 (diff)
Arkadia tried to warn me, but the code added to ast_cdr_busy, _failed, and _noanswer was redundant. Didn't spot it until I was resolving conflicts in trunk. Ugh. Redundant code removed. It wasn't harmful. Just dumb.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@122127 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_forkcdr.c')
-rw-r--r--apps/app_forkcdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_forkcdr.c b/apps/app_forkcdr.c
index 50cbddfda..f8ab05f3f 100644
--- a/apps/app_forkcdr.c
+++ b/apps/app_forkcdr.c
@@ -89,7 +89,7 @@ static char *descrip =
"cdr record is set to the current time. Future hang-up or ending events\n"
"will not override this time stamp.\n"
"Next, If the 'A' option is specified, the original cdr record will have\n"
-"it ANS_LOCKED flag set, which prevent future call dispostion events\n"
+"it ANS_LOCKED flag set, which prevent future answer events\n"
"from updating the original cdr record's disposition. Normally, an\n"
"'ANSWERED' event would mark all cdr records in the chain as 'ANSWERED'.\n"
"Next, if the 'T' option is specified, the original cdr record will have\n"