Commit 2c680fc3 authored by Zachary Arani's avatar Zachary Arani Committed by GitHub

Typo fix: 'uuinstall' to 'uninstall' in comment

parent 04a07b62
......@@ -848,7 +848,7 @@ class Buildout(DictMixin):
__doing__ = 'Uninstalling %s.', part
self._logger.info(*__doing__)
# run uuinstall recipe
# run uninstall recipe
recipe, entry = _recipe(installed_part_options[part])
try:
uninstaller = _install_and_load(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment