From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RavEB-0003CV-H0 for garchives@archives.gentoo.org; Wed, 14 Dec 2011 20:14:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63C2C21C1CD; Wed, 14 Dec 2011 20:14:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 33CDE21C1CD for ; Wed, 14 Dec 2011 20:14:51 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81EDF1B400F for ; Wed, 14 Dec 2011 20:14:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A5CBD8004A for ; Wed, 14 Dec 2011 20:14:49 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arfrever Frehtes Taifersar Arahesis" Message-ID: Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/locks.py X-VCS-Directories: pym/portage/ X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis X-VCS-Revision: d2afde1fa696d9c47c893f868606cfeb66e6c067 Date: Wed, 14 Dec 2011 20:14:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 64fef2f9-75cd-4947-999b-460a4e94ee38 X-Archives-Hash: ed0b78476926511386688dc1b342d618 commit: d2afde1fa696d9c47c893f868606cfeb66e6c067 Author: Arfrever Frehtes Taifersar Arahesis Gentoo Org> AuthorDate: Wed Dec 14 20:13:54 2011 +0000 Commit: Arfrever Frehtes Taifersar Arahesis gentoo org> CommitDate: Wed Dec 14 20:13:54 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dd2afde1f Fix a typo in a comment. --- pym/portage/locks.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/portage/locks.py b/pym/portage/locks.py index a645e25..9fee5ae 100644 --- a/pym/portage/locks.py +++ b/pym/portage/locks.py @@ -320,7 +320,7 @@ def hardlink_lockfile(lockfilename, max_wait=3DDeprec= ationWarning, myhardlock =3D hardlock_name(lockfilename) =20 # myhardlock must not exist prior to our link() call, and we can - # can safely unlink it since its file name is unique to our PID + # safely unlink it since its file name is unique to our PID try: os.unlink(myhardlock) except OSError as e: