From 94dfe9f2fe7abcd306ec67b7c8a44cbc7e6b1f75 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 27 Jun 2019 23:37:01 -0700 Subject: Fix tpo. --- pcap-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcap-linux.c') diff --git a/pcap-linux.c b/pcap-linux.c index 0f7e47d5..6f1eb642 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -3937,7 +3937,7 @@ activate_new(pcap_t *handle, int is_any_device) handle->linktype != DLT_LINUX_LAPD && handle->linktype != DLT_NETLINK) handle->linktype = DLT_LINUX_SLL; - if (handle->linkype == -1) { + if (handle->linktype == -1) { pcap_snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "unknown arptype %d, defaulting to cooked mode", arptype); -- cgit v1.2.3