it's called 'truncated' message, not 'trunked'
diff --git a/src/input/ipa.c b/src/input/ipa.c
index ba92163..b5abd36 100644
--- a/src/input/ipa.c
+++ b/src/input/ipa.c
@@ -86,7 +86,7 @@
 		msgb_free(msg);
 		return ret;
 	} else if (ret < len) {
-		LOGP(DLINP, LOGL_ERROR, "trunked message received\n");
+		LOGP(DLINP, LOGL_ERROR, "truncated message received\n");
 		msgb_free(msg);
 		return -EIO;
 	}