From 35cacc56408c6dfd06cac6e17ab194ff0b8d9f8e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 03:56:15 +0000 Subject: [PATCH] spelling: injection --- src/Wfp/Wfp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Wfp/Wfp.c b/src/Wfp/Wfp.c index b77f5573..0634fdf3 100644 --- a/src/Wfp/Wfp.c +++ b/src/Wfp/Wfp.c @@ -524,7 +524,7 @@ void NTAPI CalloutClassify(const FWPS_INCOMING_VALUES0* inFixedValues, FWPS_CLASSIFY_OUT0* classifyOut) { NET_BUFFER_LIST *nbl = layerData; - FWPS_PACKET_INJECTION_STATE injecton_state; + FWPS_PACKET_INJECTION_STATE injection_state; bool block = false; HANDLE hInjection = NULL; UINT ip_header_len = 0; @@ -552,9 +552,9 @@ void NTAPI CalloutClassify(const FWPS_INCOMING_VALUES0* inFixedValues, if (hInjection != NULL) { - injecton_state = FwpsQueryPacketInjectionState0(hInjection, nbl, NULL); + injection_state = FwpsQueryPacketInjectionState0(hInjection, nbl, NULL); - if (injecton_state == FWPS_PACKET_INJECTED_BY_SELF || injecton_state == FWPS_PACKET_PREVIOUSLY_INJECTED_BY_SELF) + if (injection_state == FWPS_PACKET_INJECTED_BY_SELF || injection_state == FWPS_PACKET_PREVIOUSLY_INJECTED_BY_SELF) { //SetEvent(wfp->Event); classifyOut->actionType = FWP_ACTION_CONTINUE; // continue