From: Olle Johansson Date: Thu, 30 Mar 2006 01:28:41 +0000 (+0000) Subject: Typo fix. X-Git-Tag: 1.2.7~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a48c19845756c0fc12289a2289532e4559fc165;p=thirdparty%2Fasterisk.git Typo fix. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@16344 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_groupcount.c b/apps/app_groupcount.c index aa848c2d54..07c07835c9 100644 --- a/apps/app_groupcount.c +++ b/apps/app_groupcount.c @@ -257,8 +257,8 @@ static char *group_count_descrip = " Calculates the group count for the specified group, or uses\n" "the current channel's group if not specifed (and non-empty).\n" "Stores result in GROUPCOUNT. \n" -"This application has been deprecated, please use the function\n" -"GroupCount.\n"; +"Note: This application has been deprecated, please use the function\n" +"GROUP_COUNT.\n"; static char *group_set_descrip = "Usage: SetGroup(groupname[@category])\n" @@ -284,8 +284,8 @@ static char *group_match_count_descrip = " Calculates the group count for all groups that match the specified\n" "pattern. Uses standard regular expression matching (see regex(7)).\n" "Stores result in GROUPCOUNT. Always returns 0.\n" -"This application has been deprecated, please use the function\n" -"GroupMatchCount.\n"; +"Note: This application has been deprecated, please use the function\n" +"GROUP_MATCH_COUNT.\n"; static char show_channels_usage[] = "Usage: group show channels [pattern]\n"