aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDebian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>2018-08-09 21:32:08 +0200
committerlaforge <laforge@gnumonks.org>2019-07-17 10:55:43 +0000
commit418775c7a5e5ee2c0d3182fda764dd7c7aeb403e (patch)
treedd1d058000db65ba4b05caf932d945704693c977
parent5318f43dae96a21b861289403817f5b8c79c82e0 (diff)
spelling
=================================================================== Change-Id: I22c98915648760a83abd5f0004af26d426a5e518
-rw-r--r--src/input/ipa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/ipa.c b/src/input/ipa.c
index 25eeb4a..8aed7b3 100644
--- a/src/input/ipa.c
+++ b/src/input/ipa.c
@@ -272,7 +272,7 @@ static int ipa_server_fd_cb(struct osmo_fd *ofd, unsigned int what)
ret = link->accept_cb(link, fd);
if (ret < 0) {
LOGP(DLINP, LOGL_ERROR,
- "failed to processs accept()ed new link, "
+ "failed to process accept()ed new link, "
"reason=`%s'\n", strerror(-ret));
close(fd);
return ret;