From: Zac Medico Date: Wed, 22 Sep 2010 03:07:01 +0000 (-0700) Subject: Fix a typo in a comment. X-Git-Tag: v2.2_rc87~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5145ae6529e2b5e0b9ed0364cc42048fca482b86;p=portage.git Fix a typo in a comment. --- diff --git a/pym/_emerge/Binpkg.py b/pym/_emerge/Binpkg.py index aadd625bf..7fc11ea59 100644 --- a/pym/_emerge/Binpkg.py +++ b/pym/_emerge/Binpkg.py @@ -40,7 +40,7 @@ class Binpkg(CompositeTask): self._verify = not self.opts.pretend # Use realpath like doebuild_environment() does, since we assert - # that this is path is literally identical to PORTAGE_BUILDDIR. + # that this path is literally identical to PORTAGE_BUILDDIR. dir_path = os.path.join(os.path.realpath(settings["PORTAGE_TMPDIR"]), "portage", pkg.category, pkg.pf) self._image_dir = os.path.join(dir_path, "image")