mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Fix typo's (retrieve, specified, address).
........ Merged revisions 430996 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 430998 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@431000 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1427,7 +1427,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