trivial: Correct typo in log message. (#5523)

* trivial: Correct typo in log message.

* trivial: Correct typo in rlparser.
This commit is contained in:
Eddy Jansson
2026-01-31 23:18:52 +01:00
committed by GitHub
parent 1aafd3c4a4
commit 403c2cbccf
2 changed files with 3 additions and 3 deletions

View File

@@ -1777,7 +1777,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lpara
{
// looks like windows will automatically "unminimize" a window
// if a style changes modifies it's size
TRACELOG(LOG_INFO, "WIN32: WINDOW: Style change modifed window size, removing maximized flag");
TRACELOG(LOG_INFO, "WIN32: WINDOW: Style change modified window size, removing maximized flag");
deferredFlags->clear |= FLAG_WINDOW_MAXIMIZED;
}
}