From 5145ae6529e2b5e0b9ed0364cc42048fca482b86 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 21 Sep 2010 20:07:01 -0700 Subject: Fix a typo in a comment. --- pym/_emerge/Binpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3-1-g7c22