From 8ca676d7c8cc69e17924432725c66597fb72b7eb Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 02:42:16 +0000 Subject: [PATCH] spelling: acquisition --- src/Cedar/Server.c | 2 +- src/Mayaqua/FileIO.c | 2 +- src/Mayaqua/Mayaqua.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cedar/Server.c b/src/Cedar/Server.c index 4f9d3a03..e77368cb 100644 --- a/src/Cedar/Server.c +++ b/src/Cedar/Server.c @@ -1390,7 +1390,7 @@ UINT GetGlobalServerFlag(UINT 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) { bool is_restricted = false; diff --git a/src/Mayaqua/FileIO.c b/src/Mayaqua/FileIO.c index a610ffad..a0e76b96 100644 --- a/src/Mayaqua/FileIO.c +++ b/src/Mayaqua/FileIO.c @@ -1463,7 +1463,7 @@ void GetExeNameW(wchar_t *name, UINT size) 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) { wchar_t *arg_w = NULL; diff --git a/src/Mayaqua/Mayaqua.c b/src/Mayaqua/Mayaqua.c index 5bc06b86..3978ac9c 100644 --- a/src/Mayaqua/Mayaqua.c +++ b/src/Mayaqua/Mayaqua.c @@ -552,7 +552,7 @@ void InitMayaqua(bool memcheck, bool debug, int argc, char **argv) // Initialize the network communication module 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); // Initialization of the command line string