From: Zac Medico Date: Thu, 5 Jul 2012 03:28:42 +0000 (-0700) Subject: vartree.py: fix stutter in comment X-Git-Tag: v2.2.0_alpha116 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=89b1eabbbe99cf2d45a1f6d01ce1ffdadfae0ebf;p=portage.git vartree.py: fix stutter in comment --- 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)