aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-28 20:40:24 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-28 20:40:24 +0000
commit1740585cf21aba8438e8371c210f94afd84a0918 (patch)
tree5eaa1c9106a77d606168bd6566781fe2eebe9668 /channels/chan_zap.c
parentd832a9f718ee848713ca160aa50d689b5dc70ae9 (diff)
fix comment typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6683 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_zap.c')
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 34c408933..ad26ed3c1 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -5074,7 +5074,7 @@ static struct ast_channel *zt_new(struct zt_pvt *i, int state, int startpbx, int
i->isidlecall = 0;
i->alreadyhungup = 0;
#endif
- /* clear the fake event in case we posted one before we had ast_chanenl */
+ /* clear the fake event in case we posted one before we had ast_channel */
i->fake_event = 0;
/* Assure there is no confmute on this channel */
zt_confmute(i, 0);