From b86c036cd8b9d38635fc01781f4314ef59b8c084 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Sat, 18 Aug 2012 01:34:12 +0000 Subject: [PATCH] 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) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@371516 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_hangupcause.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/func_hangupcause.c b/funcs/func_hangupcause.c index c7ba99f45d..d85c54e165 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