Fix a typo in a comment. v2.2.0_alpha81
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Wed, 14 Dec 2011 20:13:54 +0000 (21:13 +0100)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Wed, 14 Dec 2011 20:13:54 +0000 (21:13 +0100)
pym/portage/locks.py

index a645e255f0e606f2aab4833ebe35456d3eee73ec..9fee5ae5dc17a978984ad452c77bd379b056eb36 100644 (file)
@@ -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: