mercurial/vfs.py
changeset 44566 77d48738b8e0
parent 43506 9f70512ae2cf
child 45942 89a2afe31e82
--- 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).