From d2afde1fa696d9c47c893f868606cfeb66e6c067 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Wed, 14 Dec 2011 21:13:54 +0100 Subject: Fix a typo in a comment. --- pym/portage/locks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage/locks.py') diff --git a/pym/portage/locks.py b/pym/portage/locks.py index a645e255f..9fee5ae5d 100644 --- a/pym/portage/locks.py +++ b/pym/portage/locks.py @@ -320,7 +320,7 @@ def hardlink_lockfile(lockfilename, max_wait=DeprecationWarning, myhardlock = hardlock_name(lockfilename) # 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: -- cgit v1.2.3-1-g7c22