From: Arfrever Frehtes Taifersar Arahesis Date: Wed, 14 Dec 2011 20:13:54 +0000 (+0100) Subject: Fix a typo in a comment. X-Git-Tag: v2.2.0_alpha81 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d2afde1fa696d9c47c893f868606cfeb66e6c067;p=portage.git Fix a typo in a comment. --- 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: