aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authordbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-30 16:07:05 +0000
committerdbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-30 16:07:05 +0000
commit041c6da20c5ca3f06ec7c94dd5695f1580046a60 (patch)
tree1188760a4781522b2f720af228f1a3b4c19106b9 /funcs
parent9674bf7689b20ba1fc73d9d934e4659f3dee2328 (diff)
Fixes numerous spelling errors. Patch submitted by alecdavis.
(closes issue #15595) Reported by: alecdavis git-svn-id: http://svn.digium.com/svn/asterisk/trunk@209554 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_math.c b/funcs/func_math.c
index bd44be806..cac3512ab 100644
--- a/funcs/func_math.c
+++ b/funcs/func_math.c
@@ -392,7 +392,7 @@ static int crement_function_read(struct ast_channel *chan, const char *cmd,
}
if (ast_strlen_zero(var)) {
- ast_log(LOG_NOTICE, "Variable %s doesn't exist - are you sure you wrote it corrrectly?\n", data);
+ ast_log(LOG_NOTICE, "Variable %s doesn't exist - are you sure you wrote it correctly?\n", data);
ast_channel_unlock(chan);
return -1;
}