Browse Source

Fix some typos (#202)

pull/235/head
mnhauke 7 years ago committed by Anders Jenbo
parent
commit
bc50110496
  1. 2
      README.md
  2. 6
      SourceS/miniwin/misc.h

2
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**

6
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;

Loading…
Cancel
Save