diff options
author | Maxim Belkin <maxim.belkin@gmail.com> | 2021-11-09 16:11:34 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 16:11:34 -0600 |
commit | 0ab5d42bd527d907fb8c1b4a87877d13ba871364 (patch) | |
tree | eae00a705e297fbde331c69196321c0593463f2d /lib | |
parent | 0322431c5c379845999766fea62b3a51e8714e5b (diff) | |
download | spack-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.py | 2 | ||||
-rw-r--r-- | lib/spack/spack/spec.py | 2 |
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 = '' |