summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2016-01-19 15:22:16 -0500
committerBen Boeckel <ben.boeckel@kitware.com>2016-01-19 15:22:16 -0500
commit6c9800bcc395ecbc319f4a3f6242efee4b972470 (patch)
tree8c3c2bdf3119c73cdebf30a17b11823f4667b0b9 /lib
parent9be37da077158c43eb0c2f6b190773772dfa9ef5 (diff)
downloadspack-6c9800bcc395ecbc319f4a3f6242efee4b972470.tar.gz
spack-6c9800bcc395ecbc319f4a3f6242efee4b972470.tar.bz2
spack-6c9800bcc395ecbc319f4a3f6242efee4b972470.tar.xz
spack-6c9800bcc395ecbc319f4a3f6242efee4b972470.zip
typos: fix some letter transposes
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/cmd/deactivate.py2
-rw-r--r--lib/spack/spack/database.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/spack/cmd/deactivate.py b/lib/spack/spack/cmd/deactivate.py
index a0c78bf755..d6b23d6a08 100644
--- a/lib/spack/spack/cmd/deactivate.py
+++ b/lib/spack/spack/cmd/deactivate.py
@@ -37,7 +37,7 @@ def setup_parser(subparser):
help="Run deactivation even if spec is NOT currently activated.")
subparser.add_argument(
'-a', '--all', action='store_true',
- help="Deactivate all extensions of an extendable pacakge, or "
+ help="Deactivate all extensions of an extendable package, or "
"deactivate an extension AND its dependencies.")
subparser.add_argument(
'spec', nargs=argparse.REMAINDER, help="spec of package extension to deactivate.")
diff --git a/lib/spack/spack/database.py b/lib/spack/spack/database.py
index 0fa18db34b..9cbe7de44a 100644
--- a/lib/spack/spack/database.py
+++ b/lib/spack/spack/database.py
@@ -489,7 +489,7 @@ class Database(object):
1. Marks the spec as not installed.
2. Removes the spec if it has no more dependents.
3. If removed, recursively updates dependencies' ref counts
- and remvoes them if they are no longer needed.
+ and removes them if they are no longer needed.
"""
# Take a lock around the entire removal.