aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-29 18:03:13 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-29 18:03:13 +0700
commit4da31b81731f47e522e8998f099991429ba82c14 (patch)
treec73de57c36d016143a59254eec1cf3a4d1ae256c
parentUse OSMO_FD_* instead of deprecated BSC_FD_* (diff)
downloadlibosmo-abis-4da31b81731f47e522e8998f099991429ba82c14.tar.xz
libosmo-abis-4da31b81731f47e522e8998f099991429ba82c14.zip
cosmetic: fix spelling in logging messages: existAnt -> existEnt
Change-Id: Ifb22b5544cf06012fa529828dfdf3f0d73b07e7d
-rw-r--r--src/input/dahdi.c2
-rw-r--r--src/input/e1d.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/input/dahdi.c b/src/input/dahdi.c
index 55abc7c..ce9dfc1 100644
--- a/src/input/dahdi.c
+++ b/src/input/dahdi.c
@@ -526,7 +526,7 @@ static void dahdi_vty_show(struct vty *vty, struct e1inp_line *line)
scfg = span_cfgs[line->port_nr];
if (!scfg) {
- vty_out(vty, "DAHDI Span %u non-existant%s",
+ vty_out(vty, "DAHDI Span %u non-existent%s",
line->port_nr+1, VTY_NEWLINE);
return;
}
diff --git a/src/input/e1d.c b/src/input/e1d.c
index 6323f90..3b1a45f 100644
--- a/src/input/e1d.c
+++ b/src/input/e1d.c
@@ -369,7 +369,7 @@ e1d_line_update(struct e1inp_line *line)
bfd->cb = e1d_fd_cb;
if (e1i_ts->type != E1INP_TS_TYPE_NONE && ts >= num_ts_info) {
- LOGPITS(e1i_ts, DLINP, LOGL_ERROR, "Timeslot configured, but not existant "
+ LOGPITS(e1i_ts, DLINP, LOGL_ERROR, "Timeslot configured, but not existent "
"on E1D side; skipping\n");
continue;
}