summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>2018-04-09 19:55:37 +0200
committerThorsten Alteholz <debian@alteholz.de>2018-04-09 19:55:37 +0200
commit94c1f6f8e4ad912674ee74e1cd5c53c3aef25833 (patch)
tree7cd07200b68651487b1a1b420b49e1f5d0ca995a
parentef1d3f4919a12ffd61c568fd313db2d9811aaadf (diff)
spelling
=================================================================== Gbp-Pq: Name spelling.patch
-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 ce155ce..ce0f9d4 100644
--- a/src/input/ipa.c
+++ b/src/input/ipa.c
@@ -265,7 +265,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;