mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: acquisition
This commit is contained in:
parent
8767cbe4cf
commit
8ca676d7c8
@ -1390,7 +1390,7 @@ UINT GetGlobalServerFlag(UINT index)
|
|||||||
return global_server_flags[index];
|
return global_server_flags[index];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Main of the aquisition of Caps of the server
|
// Main of the acquisition of Caps of the server
|
||||||
void GetServerCapsMain(SERVER *s, CAPSLIST *t)
|
void GetServerCapsMain(SERVER *s, CAPSLIST *t)
|
||||||
{
|
{
|
||||||
bool is_restricted = false;
|
bool is_restricted = false;
|
||||||
|
@ -1463,7 +1463,7 @@ void GetExeNameW(wchar_t *name, UINT size)
|
|||||||
UniStrCpy(name, size, exe_file_name_w);
|
UniStrCpy(name, size, exe_file_name_w);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Initialization of the aquisition of the EXE file name
|
// Initialization of the acquisition of the EXE file name
|
||||||
void InitGetExeName(char *arg)
|
void InitGetExeName(char *arg)
|
||||||
{
|
{
|
||||||
wchar_t *arg_w = NULL;
|
wchar_t *arg_w = NULL;
|
||||||
|
@ -552,7 +552,7 @@ void InitMayaqua(bool memcheck, bool debug, int argc, char **argv)
|
|||||||
// Initialize the network communication module
|
// Initialize the network communication module
|
||||||
InitNetwork();
|
InitNetwork();
|
||||||
|
|
||||||
// Initialization of the aquisition of the EXE file name
|
// Initialization of the acquisition of the EXE file name
|
||||||
InitGetExeName(argc >= 1 ? argv[0] : NULL);
|
InitGetExeName(argc >= 1 ? argv[0] : NULL);
|
||||||
|
|
||||||
// Initialization of the command line string
|
// Initialization of the command line string
|
||||||
|
Loading…
Reference in New Issue
Block a user