]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
'information' ends with an 'n'.
authorJoshua Colp <jcolp@digium.com>
Sat, 14 Feb 2015 18:20:27 +0000 (18:20 +0000)
committerJoshua Colp <jcolp@digium.com>
Sat, 14 Feb 2015 18:20:27 +0000 (18:20 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@431752 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/pjsip/dialplan_functions.c

index fabb5c937ab4db4b37d4ed93d6b65e534f5e8554..567cd59eec7d1ed765b728bc4e4730c34c8cf991 100644 (file)
@@ -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