From eb913224941f8ab8a23b7a28420e166729fe0034 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 28 Sep 2005 20:40:24 +0000 Subject: [PATCH] fix comment typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6683 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_zap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_zap.c b/channels/chan_zap.c index 34c408933c..ad26ed3c14 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);