mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: convert
This commit is contained in:
parent
035e05b0f9
commit
5040acb79b
@ -966,7 +966,7 @@ BOOLEAN PacketGetAdapters()
|
||||
continue;
|
||||
}
|
||||
|
||||
// Conver to ASCII
|
||||
// Convert to ASCII
|
||||
WideCharToMultiByte(
|
||||
CP_ACP,
|
||||
0,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user