diff --git a/src/respond-reject-libnet11.c b/src/respond-reject-libnet11.c index e0ff22d49d..a5993d4f4f 100644 --- a/src/respond-reject-libnet11.c +++ b/src/respond-reject-libnet11.c @@ -92,7 +92,7 @@ int RejectSendLibnet11L3IPv4TCP(ThreadVars *tv, Packet *p, void *data, int dir) SCLogDebug("Will emit reject packet on dev %s", devname); } if ((c = libnet_init(LIBNET_RAW4, devname, ebuf)) == NULL) { - SCLogError(SC_ERR_LIBNET_INIT,"libnet_inint failed: %s", ebuf); + SCLogError(SC_ERR_LIBNET_INIT,"libnet_init failed: %s", ebuf); return 1; }