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)