vartree.py: fix stutter in comment v2.2.0_alpha116
authorZac Medico <zmedico@gentoo.org>
Thu, 5 Jul 2012 03:28:42 +0000 (20:28 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 5 Jul 2012 03:28:42 +0000 (20:28 -0700)
pym/portage/dbapi/vartree.py

index 289eaaeb97d0d9f55e020a4f228199d3a50a580c..fbf2e747c8bdf62e50811ff8bda1b45eb8fa321b 100644 (file)
@@ -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)