[posix] fixed trivial typographical error (#2715)

This commit is contained in:
Robrecht Dewaele
2018-05-15 22:13:34 -07:00
committed by Jonathan Hui
parent 243642272a
commit b76f72e1ac
+1 -1
View File
@@ -678,7 +678,7 @@ void radioTransmit(struct RadioMessage *aMessage, const struct otRadioFrame *aFr
if (rval < 0)
{
perror("recvfrom");
perror("sendto");
exit(EXIT_FAILURE);
}
}