spelling fix
This commit is contained in:
parent
a7210006ec
commit
7a2bb07bea
|
@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
## [1.6.1b / 5.61.1] - 2022-12-??
|
||||
|
||||
### Fixed
|
||||
- fixed support setting page not showing version updates proeprly
|
||||
- fixed support settign page not showing version updates properly
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -530,7 +530,7 @@ _FX void File_DoAutoRecover_2(BOOLEAN force, ULONG ticks)
|
|||
break;
|
||||
}
|
||||
|
||||
if (!Dll_CompartmentMode) // NoServiceAssist // don't try that in app mode, we had a proepr token
|
||||
if (!Dll_CompartmentMode) // NoServiceAssist // don't try that in app mode, we had a proper token
|
||||
if (status == STATUS_ACCESS_DENIED) {
|
||||
|
||||
//
|
||||
|
|
|
@ -752,7 +752,7 @@ _FX int WSA_AcceptEx(
|
|||
{
|
||||
//
|
||||
// this call can operate asynchroniusly, hence we can not simply filter here the incoming connection
|
||||
// as we have a proepr WFP filter in the driver for now this usermode filtering implementation
|
||||
// as we have a proper WFP filter in the driver for now this usermode filtering implementation
|
||||
// will not filter incoming traffic at all, normally users ate behind NATs or other firewall so
|
||||
// blocking only outgoing connections should be good enough
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue