From 7e104d96ba74793cadc5668f423d74aebfaef2d3 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 7 Jan 2021 14:22:45 +0100 Subject: bts_features: s/Repeation/Repetition/ in osmo_bts_features_descs[] Change-Id: Ia8c77766842ce80eae969774959cbf46e86f97b9 --- src/gsm/bts_features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gsm/bts_features.c b/src/gsm/bts_features.c index 93703aaa..d8c27d82 100644 --- a/src/gsm/bts_features.c +++ b/src/gsm/bts_features.c @@ -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 } }; -- cgit v1.2.3