From 01eba8b568b728c030039f8e708cbfdd265c7bef Mon Sep 17 00:00:00 2001 From: Paul Leopardi Date: Thu, 19 Sep 2024 17:06:23 +1000 Subject: [PATCH] Fix a spelling error --- packages/um/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/um/package.py b/packages/um/package.py index 0af98ec..3ff5af0 100644 --- a/packages/um/package.py +++ b/packages/um/package.py @@ -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: