From 7d5ef64bfb26825658f1a9e0485366e4b3568a0c Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 19 Nov 2021 12:44:27 +0100 Subject: Cleanup: fix typos in comments and docs Contributed by luzpaz. Differential Revision: https://developer.blender.org/D13264 --- tests/performance/api/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/performance') diff --git a/tests/performance/api/graph.py b/tests/performance/api/graph.py index b04cd367449..f4d45fa858c 100644 --- a/tests/performance/api/graph.py +++ b/tests/performance/api/graph.py @@ -75,7 +75,7 @@ class TestGraph: revision_dates[revision] = int(entry.date) # Google Charts JSON data layout is like a spreadsheat table, with - # colums, rows and cells. We create one column for revision labels, + # columns, rows, and cells. We create one column for revision labels, # and one column for each test. cols = [] if chart_type == 'line': -- cgit v1.2.3