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

spelling: registry

This commit is contained in:
Josh Soref 2018-02-28 05:16:41 +00:00
parent 7f1e1389f4
commit 62969405d9
6 changed files with 8 additions and 8 deletions

View File

@ -7346,7 +7346,7 @@ bool MsIsRemoteDesktopEnabled()
} }
// Examine whether the remote desktop becomes available by registry operation // Examine whether the remote desktop becomes available by registry operation
bool MsIsRemoteDesktopCanEnableByRegistory() bool MsIsRemoteDesktopCanEnableByRegistry()
{ {
OS_INFO *info = GetOsInfo(); OS_INFO *info = GetOsInfo();
if (MsIsRemoteDesktopAvailable() == false) if (MsIsRemoteDesktopAvailable() == false)

View File

@ -1052,7 +1052,7 @@ UINT64 MsGetScreenSaverTimeout();
void *MsNoSleepStart(bool no_screensaver); void *MsNoSleepStart(bool no_screensaver);
void MsNoSleepEnd(void *p); void MsNoSleepEnd(void *p);
bool MsIsRemoteDesktopAvailable(); bool MsIsRemoteDesktopAvailable();
bool MsIsRemoteDesktopCanEnableByRegistory(); bool MsIsRemoteDesktopCanEnableByRegistry();
bool MsIsRemoteDesktopEnabled(); bool MsIsRemoteDesktopEnabled();
bool MsEnableRemoteDesktop(); bool MsEnableRemoteDesktop();

View File

@ -268,7 +268,7 @@ NDIS_STATUS NeoNdisInit(NDIS_STATUS *OpenErrorStatus,
} }
// Read the information from the registry // Read the information from the registry
if (NeoLoadRegistory() == FALSE) if (NeoLoadRegistry() == FALSE)
{ {
// Failure // Failure
ctx->Initing = FALSE; ctx->Initing = FALSE;
@ -688,7 +688,7 @@ void NeoFreeControlDevice()
// Read the information from the registry // Read the information from the registry
BOOL NeoLoadRegistory() BOOL NeoLoadRegistry()
{ {
void *buf; void *buf;
NDIS_STATUS ret; NDIS_STATUS ret;

View File

@ -282,7 +282,7 @@ void NeoNdisSendPackets(NDIS_HANDLE MiniportAdapterContext,
NDIS_STATUS NeoNdisSend(NDIS_HANDLE MiniportAdapterContext, NDIS_STATUS NeoNdisSend(NDIS_HANDLE MiniportAdapterContext,
NDIS_PACKET *Packet, UINT Flags); NDIS_PACKET *Packet, UINT Flags);
BOOL NeoNdisSendPacketsHaltCheck(NDIS_PACKET **PacketArray, UINT NumberOfPackets); BOOL NeoNdisSendPacketsHaltCheck(NDIS_PACKET **PacketArray, UINT NumberOfPackets);
BOOL NeoLoadRegistory(); BOOL NeoLoadRegistry();
void NeoInitControlDevice(); void NeoInitControlDevice();
void NeoFreeControlDevice(); void NeoFreeControlDevice();
NTSTATUS NeoNdisDispatch(DEVICE_OBJECT *DeviceObject, IRP *Irp); NTSTATUS NeoNdisDispatch(DEVICE_OBJECT *DeviceObject, IRP *Irp);

View File

@ -310,7 +310,7 @@ NDIS_STATUS NeoNdisInitEx(NDIS_HANDLE MiniportAdapterHandle,
} }
// Read the information from the registry // Read the information from the registry
if (NeoLoadRegistory() == FALSE) if (NeoLoadRegistry() == FALSE)
{ {
// Failure // Failure
ctx->Initing = FALSE; ctx->Initing = FALSE;
@ -749,7 +749,7 @@ void NeoFreeControlDevice()
// Read the information from the registry // Read the information from the registry
BOOL NeoLoadRegistory() BOOL NeoLoadRegistry()
{ {
void *buf; void *buf;
NDIS_STATUS ret; NDIS_STATUS ret;

View File

@ -240,7 +240,7 @@ void NeoNdisSendNetBufferLists(NDIS_HANDLE MiniportAdapterContext,
NDIS_PORT_NUMBER PortNumber, NDIS_PORT_NUMBER PortNumber,
ULONG SendFlags); ULONG SendFlags);
void NeoNdisSetNetBufferListsStatus(NET_BUFFER_LIST *nbl, UINT status); void NeoNdisSetNetBufferListsStatus(NET_BUFFER_LIST *nbl, UINT status);
BOOL NeoLoadRegistory(); BOOL NeoLoadRegistry();
void NeoInitControlDevice(); void NeoInitControlDevice();
void NeoFreeControlDevice(); void NeoFreeControlDevice();
NTSTATUS NeoNdisDispatch(DEVICE_OBJECT *DeviceObject, IRP *Irp); NTSTATUS NeoNdisDispatch(DEVICE_OBJECT *DeviceObject, IRP *Irp);