spelling

===================================================================

Change-Id: I22c98915648760a83abd5f0004af26d426a5e518
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 @@
 	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;