Fix a typo in a comment.
authorZac Medico <zmedico@gentoo.org>
Wed, 22 Sep 2010 03:07:01 +0000 (20:07 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 22 Sep 2010 03:07:01 +0000 (20:07 -0700)
pym/_emerge/Binpkg.py

index aadd625bf2e515a4d94628103ed7025763fb13ff..7fc11ea59c61f82c4ccc6d8e1aa53ea3b6525551 100644 (file)
@@ -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")