Cleanup: spelling

This commit is contained in:
2020-07-19 17:12:48 +10:00
parent b8601b64c7
commit 71d0f6f896
17 changed files with 39 additions and 40 deletions

View File

@@ -579,7 +579,7 @@ void blo_do_versions_pre250(FileData *fd, Library *lib, Main *bmain)
}
if (bmain->versionfile <= 109) {
/* new variable: gridlines */
/* New variable: `gridlines`. */
bScreen *screen = bmain->screens.first;
while (screen) {
ScrArea *area = screen->areabase.first;