fix typos

This commit is contained in:
RainRat
2024-02-28 20:15:56 -08:00
parent b53a43027f
commit a3658f85ac
167 changed files with 320 additions and 320 deletions
+2 -2
View File
@@ -1113,7 +1113,7 @@ onWMCommand(HWND hWnd, WPARAM wParam, LPARAM lParam)
return 0;
}
// Mesage handler for about box.
// Message handler for about box.
LRESULT CALLBACK
About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
{
@@ -1213,7 +1213,7 @@ mswin_select_map_mode(int mode)
iflags.wc_map_mode = mode;
/*
** first, check if WIN_MAP has been inialized.
** first, check if WIN_MAP has been initialized.
** If not - attempt to retrieve it by type, then check it again
*/
if (map_id == WIN_ERR)