Cleanup: spelling in comments

This commit is contained in:
2021-10-18 11:16:24 +11:00
parent 452c78757f
commit c5a13ffcb4
32 changed files with 53 additions and 52 deletions

View File

@@ -645,7 +645,7 @@ void ED_screen_refresh(wmWindowManager *wm, wmWindow *win)
{
bScreen *screen = WM_window_get_active_screen(win);
/* exception for bg mode, we only need the screen context */
/* Exception for background mode, we only need the screen context. */
if (!G.background) {
/* header size depends on DPI, let's verify */
WM_window_set_dpi(win);