From: Joshua Colp Date: Sat, 14 Feb 2015 18:20:27 +0000 (+0000) Subject: 'information' ends with an 'n'. X-Git-Tag: 13.3.0-rc1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3543a363624261f61d7b985a6f5bb2d700f2ab64;p=thirdparty%2Fasterisk.git 'information' ends with an 'n'. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@431752 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/pjsip/dialplan_functions.c b/channels/pjsip/dialplan_functions.c index fabb5c937a..567cd59eec 100644 --- a/channels/pjsip/dialplan_functions.c +++ b/channels/pjsip/dialplan_functions.c @@ -592,7 +592,7 @@ static int channel_read_pjsip(struct ast_channel *chan, const char *type, const dlg = channel->session->inv_session->dlg; if (ast_strlen_zero(type)) { - ast_log(LOG_WARNING, "You must supply a type field for 'pjsip' informatio\n"); + ast_log(LOG_WARNING, "You must supply a type field for 'pjsip' information\n"); return -1; } else if (!strcmp(type, "secure")) { #ifdef HAVE_PJSIP_GET_DEST_INFO