mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-26 22:30:28 +00:00
Fix typo's (retrieve, specified, address).
........ Merged revisions 430996 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430998 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -50,7 +50,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</syntax>
|
||||
<description>
|
||||
<para>Calculates the group count for the specified group, or uses the
|
||||
channel's current group if not specifed (and non-empty).</para>
|
||||
channel's current group if not specified (and non-empty).</para>
|
||||
</description>
|
||||
</function>
|
||||
<function name="GROUP_MATCH_COUNT" language="en_US">
|
||||
|
||||
@@ -48,7 +48,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</synopsis>
|
||||
<syntax>
|
||||
<parameter name="channel" required="true">
|
||||
<para>The name of the channel for which to retreive cause information.</para>
|
||||
<para>The name of the channel for which to retrieve cause information.</para>
|
||||
</parameter>
|
||||
<parameter name="type" required="true">
|
||||
<para>Parameter describing which type of information is requested. Types are:</para>
|
||||
|
||||
Reference in New Issue
Block a user