R2000: Minor fix in channel description

This commit is contained in:
Andreas Eversberg
2017-09-03 19:13:21 +02:00
parent 9205767f94
commit d28a5df024

View File

@@ -197,7 +197,7 @@ static struct r2000_channels {
} r2000_channels[] = {
{ CHAN_TYPE_CC, "CC", "control channel" },
{ CHAN_TYPE_TC, "TC", "taffic channel" },
{ CHAN_TYPE_CC_TC, "CC/TC","combined control & taffic" },
{ CHAN_TYPE_CC_TC, "CC/TC","combined control & taffic channel" },
{ 0, NULL, NULL }
};