typos: fix some letter transposes

This commit is contained in:
Ben Boeckel 2016-01-19 15:22:16 -05:00
parent 9be37da077
commit 6c9800bcc3
2 changed files with 2 additions and 2 deletions

View File

@ -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.")

View File

@ -489,7 +489,7 @@ def remove(self, spec):
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.