summaryrefslogtreecommitdiff
path: root/funcs/func_hangupcause.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2012-08-18 01:34:50 +0000
committerMatthew Jordan <mjordan@digium.com>2012-08-18 01:34:50 +0000
commit78fea20ea754f8e40a8a8a5ee195f9fb4f6df41d (patch)
tree77a8a3853a292d28db87b0907756865f273a6033 /funcs/func_hangupcause.c
parent294365edd29d7ecadbf38253d1936c37fb73aa0c (diff)
Make the name of the "HangupCauseClear" application consistent
The name of the "HangupCauseClear" application is "HangupCauseClear", not "HangupcauseClear". The incorrect case of 'cause' caused the XML documentation to not register properly. As an aside, this commit message felt very awkward, but I'm not sure how else to note that "X", which has to be "X", was referred to as "x". (closes issue ASTERISK-20253) Reported by: Andrew Latham Patches: hangupcause.diff uploaded by Andrew Latham (license #5985) ........ Merged revisions 371516 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs/func_hangupcause.c')
-rw-r--r--funcs/func_hangupcause.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_hangupcause.c b/funcs/func_hangupcause.c
index c7ba99f45..d85c54e16 100644
--- a/funcs/func_hangupcause.c
+++ b/funcs/func_hangupcause.c
@@ -218,7 +218,7 @@ static struct ast_custom_function hangupcause_keys_function = {
.read = hangupcause_keys_read,
};
-static const char app[] = "HangupcauseClear";
+static const char app[] = "HangupCauseClear";
/*!
* \internal