From 01cbf3b81c9e0db2beb32036980140fdc4e16197 Mon Sep 17 00:00:00 2001 From: Paul Spencer <32964672+pwablito@users.noreply.github.com> Date: Mon, 23 Aug 2021 13:29:20 -0600 Subject: Spelling fixes (#25570) --- lib/spack/spack/cmd/install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/spack/spack/cmd/install.py b/lib/spack/spack/cmd/install.py index 98e150af50..b0f00629ce 100644 --- a/lib/spack/spack/cmd/install.py +++ b/lib/spack/spack/cmd/install.py @@ -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: -- cgit v1.2.3-70-g09d2