aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-07-04 20:28:42 -0700
committerZac Medico <zmedico@gentoo.org>2012-07-04 20:28:42 -0700
commit89b1eabbbe99cf2d45a1f6d01ce1ffdadfae0ebf (patch)
tree7cc37f6c47f0f3fd7d51acc30c715d74a2ff3784
parentRebuild for slot-abi downgrades, bug #424651. (diff)
downloadgentoo-portage-89b1eabbbe99cf2d45a1f6d01ce1ffdadfae0ebf.tar.xz
gentoo-portage-89b1eabbbe99cf2d45a1f6d01ce1ffdadfae0ebf.zip
vartree.py: fix stutter in commentv2.2.0_alpha116
-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 289eaaeb97..fbf2e747c8 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)