diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-09-10 21:06:42 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-09-10 21:06:42 -0700 |
commit | bafa57f5be5f5bd52162023bca36bc8424b2ada3 (patch) | |
tree | db596cbd58c24c718d2e88d3bdacfce2ceffb720 | |
parent | 2f3e904a0044c9dbaa644cd387339d8db632ae00 (diff) | |
download | portage-bafa57f5be5f5bd52162023bca36bc8424b2ada3.tar.gz portage-bafa57f5be5f5bd52162023bca36bc8424b2ada3.tar.bz2 portage-bafa57f5be5f5bd52162023bca36bc8424b2ada3.zip |
Fix typo in comment.
-rw-r--r-- | pym/portage/package/ebuild/_spawn_nofetch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/package/ebuild/_spawn_nofetch.py b/pym/portage/package/ebuild/_spawn_nofetch.py index 8de0a94bd..cf5b1157a 100644 --- a/pym/portage/package/ebuild/_spawn_nofetch.py +++ b/pym/portage/package/ebuild/_spawn_nofetch.py @@ -21,7 +21,7 @@ def spawn_nofetch(portdb, ebuild_path, settings=None): If settings is None then a suitable config instance will be acquired from the given portdbapi instance. - A private PORTAGE_BUILDDIR is be created and cleaned up, in + A private PORTAGE_BUILDDIR will be created and cleaned up, in order to avoid any interference with any other processes. If PORTAGE_TMPDIR is writable, that will be used, otherwise the default directory for the tempfile module will be used. |