aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-23 23:38:05 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-23 23:38:05 +0000
commit00eb2ed1c118b9b24bc6c18da229e35ad7fc430e (patch)
treefa89308d6edfb9fa1b86650b5d23a82229739710 /funcs
parent15e5f0999aa44e3fccfb73e5d635f87e1b62d134 (diff)
correct documentation typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10960 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 1df7f14ad..4c3d4a72f 100644
--- a/funcs/func_cdr.c
+++ b/funcs/func_cdr.c
@@ -117,7 +117,7 @@ static struct ast_custom_function cdr_function = {
" 'r' searches the entire stack of CDRs on the channel\n"
" 'u' retrieves the raw, unprocessed value\n"
" For example, 'start', 'answer', and 'end' will be retrieved as epoch\n"
-" values, when the n option is passed, but formatted as YYYY-MM-DD HH:MM:SS\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",
};