##// END OF EJS Templates
vfs: fix typo in comment (remove extra "l")...
Kyle Lippincott -
r45056:77d48738 default
parent child Browse files
Show More
@@ -417,7 +417,7 b' class vfs(abstractvfs):'
417 file were opened multiple times, there could be unflushed data
417 file were opened multiple times, there could be unflushed data
418 because the original file handle hasn't been flushed/closed yet.)
418 because the original file handle hasn't been flushed/closed yet.)
419
419
420 ``checkambig`` argument is passed to atomictemplfile (valid
420 ``checkambig`` argument is passed to atomictempfile (valid
421 only for writing), and is useful only if target file is
421 only for writing), and is useful only if target file is
422 guarded by any lock (e.g. repo.lock or repo.wlock).
422 guarded by any lock (e.g. repo.lock or repo.wlock).
423
423
General Comments 0
You need to be logged in to leave comments. Login now