Grammar and punctuation fixes.

This commit is contained in:
Mak Kolybabi
2018-09-19 22:48:43 -05:00
parent 0a1c908503
commit 9c46a26af4
9 changed files with 12 additions and 12 deletions

View File

@@ -1161,7 +1161,7 @@ CalculateCellSize(HWND hWnd, LPSIZE pSize, LPSIZE pWindowSize)
hdc = GetDC(hWnd);
/* if windows size is specified - attempt ro stretch cells across
the the window size. If not - make default cell size based on
the window size. If not - make default cell size based on
10 points font. Make sure that cell cesize does not exceeds 20 points
*/
if (pWindowSize->cx > 0)

View File

@@ -34,7 +34,7 @@ typedef struct mswin_nethack_message_window {
int yMax; /* maximum vertical scrolling position */
int xPage; /* page size of horizontal scroll bar */
int lines_last_turn; /* lines added during the last turn */
int dont_care; /* flag the the user does not care if messages are lost */
int dont_care; /* flag the user does not care if messages are lost */
} NHMessageWindow, *PNHMessageWindow;
static TCHAR szMessageWindowClass[] = TEXT("MSNHMessageWndClass");