Skip to content
Snippets Groups Projects
Commit 88c810ed authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Merge pull request #377 from mathstuf/fix-typos

typos: fix some letter transposes
parents 9be37da0 6c9800bc
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ def setup_parser(subparser): ...@@ -37,7 +37,7 @@ def setup_parser(subparser):
help="Run deactivation even if spec is NOT currently activated.") help="Run deactivation even if spec is NOT currently activated.")
subparser.add_argument( subparser.add_argument(
'-a', '--all', action='store_true', '-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.") "deactivate an extension AND its dependencies.")
subparser.add_argument( subparser.add_argument(
'spec', nargs=argparse.REMAINDER, help="spec of package extension to deactivate.") 'spec', nargs=argparse.REMAINDER, help="spec of package extension to deactivate.")
......
...@@ -489,7 +489,7 @@ def remove(self, spec): ...@@ -489,7 +489,7 @@ def remove(self, spec):
1. Marks the spec as not installed. 1. Marks the spec as not installed.
2. Removes the spec if it has no more dependents. 2. Removes the spec if it has no more dependents.
3. If removed, recursively updates dependencies' ref counts 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. # Take a lock around the entire removal.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment