Skip to content

Commit

Permalink
Fix a spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
penguian committed Sep 19, 2024
1 parent aabe8ce commit 01eba8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/um/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def check_model_vs_spec(model, config_env, var, spec_value):
check_model_vs_spec(model, config_env, var, spec_str_value)
config_env[var] = spec_str_value

# Overide those environment variables where a revision variant is specified.
# Override those environment variables where a revision variant is specified.
# If the variant is left unspecified, and the model does not specify a revision,
# then use a component revision based on the spec UM version.
for var in self._rev_variants:
Expand Down

0 comments on commit 01eba8b

Please sign in to comment.