chiark / gitweb /
Cosmetic fiddling.
[chopwood] / backend.py
index 1725d7d61edc33376ea7bb70059ac07f64e1f8b9..8c4d4d1070b8a87d425234e94d7aa9d08a4a4887 100644 (file)
@@ -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()