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

View File

@@ -609,7 +609,7 @@ mswin_message_window_size(HWND hWnd, LPSIZE sz)
data = (PNHMessageWindow) GetWindowLong(hWnd, GWL_USERDATA);
if (data) {
/* set size to accomodate MSG_VISIBLE_LINES, highligh rectangle and
/* set size to accommodate MSG_VISIBLE_LINES, highligh rectangle and
horizontal scroll bar (difference between window rect and client
rect */
GetClientRect(hWnd, &client_rt);