Skip to content

Commit bbca701

Browse files
committed
Fix typos under ci/ via codespell
1 parent 15deffa commit bbca701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/ci_common/run-spec-impl.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ local std_get = (import "../../ci/ci_common/common-utils.libsonnet").std_get;
215215
local onlyMatrixKeys = union == known_fields;
216216
local noMatrixKeys = inter == [];
217217
if isLeaf then
218-
assert noMatrixKeys: "unexected platform spec keys in build definition %s (context: %s, stack: %s)" % [inter, context, stack];
218+
assert noMatrixKeys: "unexpected platform spec keys in build definition %s (context: %s, stack: %s)" % [inter, context, stack];
219219
obj
220220
else
221221
assert onlyMatrixKeys : "unexpected keys in platform spec %s, expected %s (context: %s, stack: %s)" % [diff, known_fields, context, stack];

0 commit comments

Comments
 (0)