service.py: Have SSHRemoteService use its superclass's `name' slot.
[chopwood] / backend.py
index 1725d7d..8c4d4d1 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()