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

spelling: convert

This commit is contained in:
Josh Soref 2018-02-28 03:09:03 +00:00
parent 035e05b0f9
commit 5040acb79b
2 changed files with 2 additions and 2 deletions

View File

@ -966,7 +966,7 @@ BOOLEAN PacketGetAdapters()
continue;
}
// Conver to ASCII
// Convert to ASCII
WideCharToMultiByte(
CP_ACP,
0,

View File

@ -250,7 +250,7 @@ PCHAR WChar2SChar(PWCHAR string)
PCHAR TmpStr;
TmpStr = (CHAR*) GlobalAllocPtr(GMEM_MOVEABLE | GMEM_ZEROINIT, (wcslen(string)+2));
// Conver to ASCII
// Convert to ASCII
WideCharToMultiByte(
CP_ACP,
0,