Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2022-08-03 20:27:23 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-08-03 20:28:05 +0300
commitcc12f3e0ba11b108edcefd45e0ccdf02b2a672f4 (patch)
treebae1fb8bc978a25d5f490418cc8b2d58b780356c /tests
parent81d75affb18bad6734e4c8baa0d735bfec0dcc6e (diff)
Cleanup: fix various typos
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15588
Diffstat (limited to 'tests')
-rw-r--r--tests/performance/api/graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance/api/graph.py b/tests/performance/api/graph.py
index 6c9ba70141f..d95d386569e 100644
--- a/tests/performance/api/graph.py
+++ b/tests/performance/api/graph.py
@@ -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 = []