diff --git a/html/canvas/tools/gentestutilsunion.py b/html/canvas/tools/gentestutilsunion.py
index d7042810be89748..445617bed5c4a8e 100644
--- a/html/canvas/tools/gentestutilsunion.py
+++ b/html/canvas/tools/gentestutilsunion.py
@@ -298,7 +298,7 @@ def _render(jinja_env: jinja2.Environment, template_name: str,
params = dict(params)
params.update({
# Render the code on its own, as it could contain templates expanding
- # to multuple lines. This is needed to get proper indentation of the
+ # to multiple lines. This is needed to get proper indentation of the
# code in the main template.
'code': _render_template(jinja_env,
jinja_env.from_string(params['code']),