From 89b1eabbbe99cf2d45a1f6d01ce1ffdadfae0ebf Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 4 Jul 2012 20:28:42 -0700 Subject: vartree.py: fix stutter in comment --- pym/portage/dbapi/vartree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 289eaaeb97d0..fbf2e747c8bd 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) -- cgit v1.2.3-59-g8ed1b