[svn-commits] file: branch 13 r431752 - /branches/13/channels/pjsip/dialplan_functions.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Feb 14 12:20:29 CST 2015


Author: file
Date: Sat Feb 14 12:20:27 2015
New Revision: 431752

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=431752
Log:
'information' ends with an 'n'.

Modified:
    branches/13/channels/pjsip/dialplan_functions.c

Modified: branches/13/channels/pjsip/dialplan_functions.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/channels/pjsip/dialplan_functions.c?view=diff&rev=431752&r1=431751&r2=431752
==============================================================================
--- branches/13/channels/pjsip/dialplan_functions.c (original)
+++ branches/13/channels/pjsip/dialplan_functions.c Sat Feb 14 12:20:27 2015
@@ -592,7 +592,7 @@
 	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




More information about the svn-commits mailing list