From: Mark Michelson Date: Wed, 21 Jan 2009 23:20:27 +0000 (+0000) Subject: Test commit for test issue #14303 X-Git-Tag: 1.6.2.0-beta1~395 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6bb99a5c5dee89e42d419a0e0dff3cedc9c52a1;p=thirdparty%2Fasterisk.git Test commit for test issue #14303 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169866 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 2996cb158e..1d229710a8 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -693,7 +693,7 @@ static struct dahdi_pvt { time_t guardtime; /*!< Must wait this much time before using for new call */ int cid_signalling; /*!< CID signalling type bell202 or v23 */ int cid_start; /*!< CID start indicator, polarity or ring */ - int callingpres; /*!< The value of callling presentation that we're going to use when placing a PRI call */ + int callingpres; /*!< The value of calling presentation that we're going to use when placing a PRI call */ int callwaitingrepeat; /*!< How many samples to wait before repeating call waiting */ int cidcwexpire; /*!< When to expire our muting for CID/CW */ unsigned char *cidspill;