diff --git a/README.md b/README.md index ef77623da..c0051a04e 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Make sure to install the `C++ CMake tools for Windows` component for Visual Stud 1. Go to `File -> Open -> CMake`, select `CMakeLists.txt` from the project root. 2. Select `Build devilution.exe` from the `Build` menu. - _Note: By default Visual Studio only creates configuration x64-Debug, to add the new configuration (e.g. x86-Debug) please click "Manage Configurations..." in combo box on the top and then on button wih green plus to add a new configuration_ + _Note: By default Visual Studio only creates configuration x64-Debug, to add the new configuration (e.g. x86-Debug) please click "Manage Configurations..." in combo box on the top and then on button with green plus to add a new configuration_ * **Through cmake-gui** diff --git a/SourceS/miniwin/misc.h b/SourceS/miniwin/misc.h index 7b336efbb..680d62a15 100644 --- a/SourceS/miniwin/misc.h +++ b/SourceS/miniwin/misc.h @@ -587,7 +587,7 @@ typedef struct _CONTEXT { // // This section is specified/returned if the - // ContextFlags word contians the flag CONTEXT_SEGMENTS. + // ContextFlags word contains the flag CONTEXT_SEGMENTS. // DWORD SegGs; @@ -597,7 +597,7 @@ typedef struct _CONTEXT { // // This section is specified/returned if the - // ContextFlags word contians the flag CONTEXT_INTEGER. + // ContextFlags word contains the flag CONTEXT_INTEGER. // DWORD Edi; @@ -609,7 +609,7 @@ typedef struct _CONTEXT { // // This section is specified/returned if the - // ContextFlags word contians the flag CONTEXT_CONTROL. + // ContextFlags word contains the flag CONTEXT_CONTROL. // DWORD Ebp;