summaryrefslogtreecommitdiff
path: root/libnet/src/libnet_checksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnet/src/libnet_checksum.c')
-rw-r--r--libnet/src/libnet_checksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnet/src/libnet_checksum.c b/libnet/src/libnet_checksum.c
index 6970d0d..cd8099f 100644
--- a/libnet/src/libnet_checksum.c
+++ b/libnet/src/libnet_checksum.c
@@ -519,7 +519,7 @@ libnet_inet_checksum(libnet_t *l, uint8_t *iphdr, int protocol, int h_len, const
default:
{
snprintf(l->err_buf, LIBNET_ERRBUF_SIZE,
- "%s(): unsuported protocol %d\n", __func__, protocol);
+ "%s(): unsupported protocol %d\n", __func__, protocol);
return (-1);
}
}