Merge pull request #377 from mathstuf/fix-typos

typos: fix some letter transposes
This commit is contained in:
Todd Gamblin 2016-01-19 12:37:16 -08:00
commit 88c810ed09
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.