X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/chopwood/blobdiff_plain/9e574017f801c1bb4b5d4856e988b892d90246a2..74b87214c100957fb37de47a8c58f6c3d8cebf3a:/backend.py diff --git a/backend.py b/backend.py index 1725d7d..8c4d4d1 100644 --- a/backend.py +++ b/backend.py @@ -227,7 +227,7 @@ class FlatFileBackend (object): try: OS.unlink(tmp) except: pass - ## If there's a locekfile, then acquire it around the meat of this + ## If there's a lockfile, then acquire it around the meat of this ## function; otherwise just do the job. if me._lock is None: doit()