summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2009-01-21 23:20:27 +0000
committerMark Michelson <mmichelson@digium.com>2009-01-21 23:20:27 +0000
commitf6bb99a5c5dee89e42d419a0e0dff3cedc9c52a1 (patch)
tree0e25d01c203aac313fdbb7a4cacec098d2959365 /channels
parentaab1bf8df2ddcad23bd2858ccbd25f4feaff926c (diff)
Test commit for test issue #14303
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169866 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 2996cb158..1d229710a 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;