1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 20:05:08 +03:00

spelling: following

This commit is contained in:
Josh Soref 2018-02-28 03:42:43 +00:00
parent 8acc49f1d6
commit 1aeb00ebcd

View File

@ -118,7 +118,7 @@ DriverEntry(
} }
else else
{ {
// Windows XP, 2003 and follwing want only NDIS_FLAGS_DONT_LOOPBACK // Windows XP, 2003 and following want only NDIS_FLAGS_DONT_LOOPBACK
g_SendPacketFlags = NDIS_FLAGS_DONT_LOOPBACK; g_SendPacketFlags = NDIS_FLAGS_DONT_LOOPBACK;
} }