From 0e887d1a50ebcf5c99b9b700f5fae01e46e2fc0a Mon Sep 17 00:00:00 2001 From: Paul Belanger <paul.belanger@polybeacon.com> Date: Thu, 20 Oct 2011 21:28:31 +0000 Subject: [PATCH] Fixed typo from previous commit ........ Merged revisions 341704 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 341707 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@341713 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_callerid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/func_callerid.c b/funcs/func_callerid.c index f00bee84ca..1a3fc6f196 100644 --- a/funcs/func_callerid.c +++ b/funcs/func_callerid.c @@ -121,7 +121,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") </parameter> <parameter name="CID"> <para>Optional Caller*ID to parse instead of using the Caller*ID from the - channel. This paramater is only optional when reading the Caller*ID.</para> + channel. This parameter is only optional when reading the Caller*ID.</para> </parameter> </syntax> <description> -- GitLab