spelling correction tidbit

Closes #415
This commit is contained in:
nhmall
2020-11-28 08:59:03 -05:00
parent fb188dc1aa
commit 0d6481ad8c
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -769,7 +769,7 @@ mswin_message_window_size(HWND hWnd, LPSIZE sz)
sz->cx = rt.right - rt.left;
sz->cy = rt.bottom - rt.top;
/* set size to accomodate MSG_VISIBLE_LINES and
/* set size to accommodate MSG_VISIBLE_LINES and
horizontal scroll bar (difference between window rect and client rect
*/
GetClientRect(hWnd, &client_rt);