summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/dbapi/vartree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 289eaaeb9..fbf2e747c 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -1847,7 +1847,7 @@ class dblink(object):
log_path = self.settings.get("PORTAGE_LOG_FILE")
# Do this before the following _prune_plib_registry call, since
- # that removes preserved libraries from our CONTENTS, and we want
+ # that removes preserved libraries from our CONTENTS, and we
# may want to backup those libraries first.
if not caller_handles_backup:
retval = self._pre_unmerge_backup(background)