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

spelling: disabled

This commit is contained in:
Josh Soref 2018-02-28 03:28:53 +00:00
parent 5edda3156c
commit d4b74a0656

View File

@ -70,7 +70,7 @@ NTSTATUS NPF_Read(IN PDEVICE_OBJECT DeviceObject,IN PIRP Irp)
if( Open->Bound == FALSE )
{
// The Network adapter has been removed or diasabled
// The Network adapter has been removed or disabled
EXIT_FAILURE(0);
}