bts_features: s/Repeation/Repetition/ in osmo_bts_features_descs[]

Change-Id: Ia8c77766842ce80eae969774959cbf46e86f97b9
This commit is contained in:
Vadim Yanitskiy 2021-01-07 14:22:45 +01:00
parent cea0c30507
commit 7e104d96ba
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const struct value_string osmo_bts_features_descs[] = {
{ BTS_FEAT_ETWS_PN, "ETWS Primary Notification via PCH" },
{ BTS_FEAT_PAGING_COORDINATION, "BSS Paging Coordination" },
{ BTS_FEAT_IPV6_NSVC, "NSVC IPv6" },
{ BTS_FEAT_ACCH_REP, "FACCH/SACCH Repeation" },
{ BTS_FEAT_ACCH_REP, "FACCH/SACCH Repetition" },
{ 0, NULL }
};