]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
fix comment typo
authorKevin P. Fleming <kpfleming@digium.com>
Wed, 28 Sep 2005 20:40:24 +0000 (20:40 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Wed, 28 Sep 2005 20:40:24 +0000 (20:40 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6683 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_zap.c

index 34c408933c05192302aaa4eff7df1d5601f27e8e..ad26ed3c14f5bd380d98840c43c7347e5371b2b7 100755 (executable)
@@ -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);