Cleanup: spelling in comments

This commit is contained in:
2023-01-16 13:57:10 +11:00
parent eeb6a3dc05
commit 2467becade
21 changed files with 55 additions and 53 deletions

View File

@@ -494,7 +494,7 @@ void BLO_update_defaults_startup_blend(Main *bmain, const char *app_template)
return;
}
/* Workspaces. */
/* Work-spaces. */
LISTBASE_FOREACH (wmWindowManager *, wm, &bmain->wm) {
LISTBASE_FOREACH (wmWindow *, win, &wm->windows) {
LISTBASE_FOREACH (WorkSpace *, workspace, &bmain->workspaces) {