NMT: Typo in channel list

This commit is contained in:
Andreas Eversberg 2016-05-15 20:35:00 +02:00
parent e9640c0cd8
commit 50136d7e8a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ static struct nmt_channels {
{ CHAN_TYPE_CC, "CC", "calling channel" },
{ CHAN_TYPE_TC, "TC", "traffic channel" },
{ CHAN_TYPE_CC_TC, "CC/TC","combined calling & traffic channel" },
{ CHAN_TYPE_TEST, "TEST", "calling channel" },
{ CHAN_TYPE_TEST, "TEST", "test channel" },
{ 0, NULL, NULL }
};