shor --> short Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>

This commit is contained in:
Karsten Keil 2012-01-16 10:52:35 +01:00
parent a5d4017f7e
commit 44a96ebec8
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ layer3_thread(void *arg)
if (ret < 0) {
eprint("%s read socket error %s\n", __FUNCTION__, strerror(errno));
} else if (ret < MISDN_HEADER_LEN) {
eprint("%s read socket shor frame\n", __FUNCTION__);
eprint("%s read socket short frame\n", __FUNCTION__);
} else {
mb->len = ret;
msg_pull(mb, MISDN_HEADER_LEN);