vfs: fix typo in comment (remove extra "l")
authorKyle Lippincott <spectral@google.com>
Mon, 22 Jul 2019 09:58:23 -0700
changeset 44566 77d48738b8e0
parent 44565 0af56d3ee24c
child 44567 ad5a10f49dfa
vfs: fix typo in comment (remove extra "l") Differential Revision: https://phab.mercurial-scm.org/D8297
mercurial/vfs.py
--- a/mercurial/vfs.py	Thu Mar 12 20:18:52 2020 -0700
+++ b/mercurial/vfs.py	Mon Jul 22 09:58:23 2019 -0700
@@ -417,7 +417,7 @@
            file were opened multiple times, there could be unflushed data
            because the original file handle hasn't been flushed/closed yet.)
 
-        ``checkambig`` argument is passed to atomictemplfile (valid
+        ``checkambig`` argument is passed to atomictempfile (valid
         only for writing), and is useful only if target file is
         guarded by any lock (e.g. repo.lock or repo.wlock).