summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaxim Belkin <maxim.belkin@gmail.com>2021-11-09 16:11:34 -0600
committerGitHub <noreply@github.com>2021-11-09 16:11:34 -0600
commit0ab5d42bd527d907fb8c1b4a87877d13ba871364 (patch)
treeeae00a705e297fbde331c69196321c0593463f2d /lib
parent0322431c5c379845999766fea62b3a51e8714e5b (diff)
downloadspack-0ab5d42bd527d907fb8c1b4a87877d13ba871364.tar.gz
spack-0ab5d42bd527d907fb8c1b4a87877d13ba871364.tar.bz2
spack-0ab5d42bd527d907fb8c1b4a87877d13ba871364.tar.xz
spack-0ab5d42bd527d907fb8c1b4a87877d13ba871364.zip
Fix typos (ouptut) (#27317)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/llnl/util/tty/log.py2
-rw-r--r--lib/spack/spack/spec.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/llnl/util/tty/log.py b/lib/spack/llnl/util/tty/log.py
index efcd487f23..a2362b31ee 100644
--- a/lib/spack/llnl/util/tty/log.py
+++ b/lib/spack/llnl/util/tty/log.py
@@ -607,7 +607,7 @@ class log_output(object):
self._active = True
# return this log_output object so that the user can do things
- # like temporarily echo some ouptut.
+ # like temporarily echo some output.
return self
def __exit__(self, exc_type, exc_val, exc_tb):
diff --git a/lib/spack/spack/spec.py b/lib/spack/spack/spec.py
index eaf7544e83..a8e3684e44 100644
--- a/lib/spack/spack/spec.py
+++ b/lib/spack/spack/spec.py
@@ -3921,7 +3921,7 @@ class Spec(object):
elif 'version' in parts:
col = '@'
- # Finally, write the ouptut
+ # Finally, write the output
write(sig + morph(spec, str(current)), col)
attribute = ''