summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/sysinfo.c
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2019-10-13 19:10:52 +0200
committerlaforge <laforge@osmocom.org>2019-10-17 08:07:39 +0000
commit1f7a2ab5d3e13ead22797d13953be885d583c77e (patch)
treee6226b68f3ff9bbdca5a84f391db8c75bf0007be /src/host/layer23/src/common/sysinfo.c
parent9731f0d3222f9583b74e8c9713f3e127f5935032 (diff)
Fix common misspellings and typos
Diffstat (limited to 'src/host/layer23/src/common/sysinfo.c')
-rw-r--r--src/host/layer23/src/common/sysinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/common/sysinfo.c b/src/host/layer23/src/common/sysinfo.c
index b42bd653..f927773f 100644
--- a/src/host/layer23/src/common/sysinfo.c
+++ b/src/host/layer23/src/common/sysinfo.c
@@ -78,7 +78,7 @@ int gsm48_sysinfo_dump(struct gsm48_sysinfo *s, uint16_t arfcn,
print(priv, "ARFCN = %s channels 512+ refer to %s\n",
gsm_print_arfcn(arfcn),
(refer_pcs) ? "PCS (1900)" : "DCS (1800)");
- print(priv, "Available SYSTEM INFORMATIONS =");
+ print(priv, "Available SYSTEM INFORMATION =");
if (s->si1)
print(priv, " 1");
if (s->si2)