Cleanup: fix various typos

Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D15588
This commit is contained in:
Brecht Van Lommel
2022-08-03 19:27:23 +02:00
parent 81d75affb1
commit cc12f3e0ba
16 changed files with 24 additions and 24 deletions

View File

@@ -74,7 +74,7 @@ class TestGraph:
revisions[revision] = len(revisions)
revision_dates[revision] = int(entry.date)
# Google Charts JSON data layout is like a spreadsheat table, with
# Google Charts JSON data layout is like a spreadsheet table, with
# columns, rows, and cells. We create one column for revision labels,
# and one column for each test.
cols = []