mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 22:27:07 +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:
@@ -233,7 +233,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</syntax>
|
||||
<description>
|
||||
<para>FAXOPT can be used to override the settings for a FAX session listed in <filename>res_fax.conf</filename>,
|
||||
it can also be used to retreive information about a FAX session that has finished eg. pages/status.</para>
|
||||
it can also be used to retrieve information about a FAX session that has finished eg. pages/status.</para>
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="application">ReceiveFax</ref>
|
||||
|
@@ -1346,7 +1346,7 @@ static int ami_show_outbound_registrations(struct mansession *s,
|
||||
RAII_VAR(struct ao2_container *, regs, get_registrations(), ao2_cleanup);
|
||||
|
||||
if (!regs) {
|
||||
astman_send_error(s, m, "Unable to retreive "
|
||||
astman_send_error(s, m, "Unable to retrieve "
|
||||
"outbound registrations\n");
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user