spelling fix

This commit is contained in:
DavidXanatos 2022-12-12 18:47:06 +01:00
parent a7210006ec
commit 7a2bb07bea
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.6.1b / 5.61.1] - 2022-12-?? ## [1.6.1b / 5.61.1] - 2022-12-??
### Fixed ### Fixed
- fixed support setting page not showing version updates proeprly - fixed support settign page not showing version updates properly

View File

@ -530,7 +530,7 @@ _FX void File_DoAutoRecover_2(BOOLEAN force, ULONG ticks)
break; 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) { if (status == STATUS_ACCESS_DENIED) {
// //

View File

@ -752,7 +752,7 @@ _FX int WSA_AcceptEx(
{ {
// //
// this call can operate asynchroniusly, hence we can not simply filter here the incoming connection // 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 // will not filter incoming traffic at all, normally users ate behind NATs or other firewall so
// blocking only outgoing connections should be good enough // blocking only outgoing connections should be good enough
// //