Skip to content

Commit

Permalink
Update scripts/suite_objects.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dom Heinzeller <[email protected]>
  • Loading branch information
dustinswales and climbfuji authored Nov 4, 2024
1 parent 4f5a7f1 commit 65b6cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/suite_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ def match_variable(self, var, run_env):
# end if
# We have a match!
# Are the Scheme's <var> and Host's <dict_var> compatible?
# If so, create compatability object, containing any necessary
# If so, create compatibility object, containing any necessary
# forward/reverse transforms to/from <var> and <dict_var>.
if dict_var is not None:
dict_var = self.parent.find_variable(source_var=var, any_scope=True)
Expand Down

0 comments on commit 65b6cec

Please sign in to comment.