From: Guy Harris Date: Wed, 6 Jun 2018 00:37:53 +0000 (-0700) Subject: Fix tpo. X-Git-Tag: libpcap-1.9-bp~8 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/02fcc94b72560e5ccb5800822178c829965a9256 Fix tpo. --- diff --git a/pcap-npf.c b/pcap-npf.c index 472b0421..a9ff0ff4 100644 --- a/pcap-npf.c +++ b/pcap-npf.c @@ -134,7 +134,7 @@ PacketGetMonitorMode(PCHAR AdapterName _U_) * or NDIS_STATUS_NOT_RECOGNIZED if the OID request isn't * supported by the OS or the driver, but that doesn't seem * to make it to the caller of PacketRequest() in a - * reiable fashion. + * reliable fashion. */ #define NDIS_STATUS_INVALID_OID 0xc0010017 #define NDIS_STATUS_NOT_SUPPORTED 0xc00000bb /* STATUS_NOT_SUPPORTED */