summaryrefslogtreecommitdiff
path: root/res/res_pjsip_outbound_registration.c
diff options
context:
space:
mode:
authorWalter Doekes <walter+asterisk@wjd.nu>2015-01-23 15:03:05 +0000
committerWalter Doekes <walter+asterisk@wjd.nu>2015-01-23 15:03:05 +0000
commite23f07beb80a76160edec656d6509db5f1a2885a (patch)
treed42f816647a0bb1aa315c14243550205b2e6e42e /res/res_pjsip_outbound_registration.c
parent9210648bbe116b9c19b7c1a6304a2dd00ff0cca3 (diff)
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
Diffstat (limited to 'res/res_pjsip_outbound_registration.c')
-rw-r--r--res/res_pjsip_outbound_registration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_pjsip_outbound_registration.c b/res/res_pjsip_outbound_registration.c
index 4a2793b96..284520a2d 100644
--- a/res/res_pjsip_outbound_registration.c
+++ b/res/res_pjsip_outbound_registration.c
@@ -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;
}