summaryrefslogtreecommitdiff
path: root/src/input/ipa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/ipa.c')
-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;