aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-19 15:52:28 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-19 15:52:28 +0000
commit3253ea74e0539edea51e43c96fa862ae9d5a1fa7 (patch)
treef1f39d5ff4685185aa0b3a82257e4156ee3760bc /funcs
parentc3dedd0a5e6de0be8d8229464a5735bfd0d2e050 (diff)
Fix typo in help for CDR function. (issue #9295 reported by ajohnson)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@59042 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_cdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c
index 9cce75e50..daed3c9b8 100644
--- a/funcs/func_cdr.c
+++ b/funcs/func_cdr.c
@@ -129,7 +129,7 @@ static struct ast_custom_function cdr_function = {
" For example, 'start', 'answer', and 'end' will be retrieved as epoch\n"
" values, when the 'u' option is passed, but formatted as YYYY-MM-DD HH:MM:SS\n"
" otherwise. Similarly, disposition and amaflags will return their raw\n"
-" integral values.\n",
+" integral values.\n"
" Here is a list of all the available cdr field names:\n"
" clid lastdata disposition\n"
" src start amaflags\n"