[asterisk-commits] branch 1.2 r16344 - /branches/1.2/apps/app_groupcount.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Mar 29 18:28:41 MST 2006


Author: oej
Date: Wed Mar 29 19:28:41 2006
New Revision: 16344

URL: http://svn.digium.com/view/asterisk?rev=16344&view=rev
Log:
Typo fix.

Modified:
    branches/1.2/apps/app_groupcount.c

Modified: branches/1.2/apps/app_groupcount.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_groupcount.c?rev=16344&r1=16343&r2=16344&view=diff
==============================================================================
--- branches/1.2/apps/app_groupcount.c (original)
+++ branches/1.2/apps/app_groupcount.c Wed Mar 29 19:28:41 2006
@@ -257,8 +257,8 @@
 "  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 @@
 "  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"



More information about the asterisk-commits mailing list