Spelling fixes (#25570)
This commit is contained in:
parent
6e68792ded
commit
01cbf3b81c
@ -219,7 +219,7 @@ def install_specs(cli_args, kwargs, specs):
|
||||
|
||||
# If there is any ambiguity in the above call to matching_spec
|
||||
# (i.e. if more than one spec in the environment matches), then
|
||||
# SpackEnvironmentError is rasied, with a message listing the
|
||||
# SpackEnvironmentError is raised, with a message listing the
|
||||
# the matches. Getting to this point means there were either
|
||||
# no matches or exactly one match.
|
||||
|
||||
@ -243,7 +243,7 @@ def install_specs(cli_args, kwargs, specs):
|
||||
|
||||
if m_spec in env.roots() or cli_args.no_add:
|
||||
# either the single match is a root spec (and --no-add is
|
||||
# the default for roots) or --no-add was stated explictly
|
||||
# the default for roots) or --no-add was stated explicitly
|
||||
tty.debug('just install {0}'.format(m_spec.name))
|
||||
specs_to_install.append(m_spec)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user