From 49cbfa7de6547f9829c0b94972efa0654263eb01 Mon Sep 17 00:00:00 2001 From: Walter Doekes Date: Fri, 23 Jan 2015 15:13:08 +0000 Subject: 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 --- res/res_pjsip_outbound_registration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/res_pjsip_outbound_registration.c') diff --git a/res/res_pjsip_outbound_registration.c b/res/res_pjsip_outbound_registration.c index b16ea64b1..17f668af7 100644 --- a/res/res_pjsip_outbound_registration.c +++ b/res/res_pjsip_outbound_registration.c @@ -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; } -- cgit v1.2.3