D8297: vfs: fix typo in comment (remove extra "l")

2020-03-17 Thread spectral (Kyle Lippincott)
Closed by commit rHG77d48738b8e0: vfs: fix typo in comment (remove extra 
"l") (authored by spectral).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs 
Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D8297?vs=20812&id=20814

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8297/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D8297

AFFECTED FILES
  mercurial/vfs.py

CHANGE DETAILS

diff --git a/mercurial/vfs.py b/mercurial/vfs.py
--- a/mercurial/vfs.py
+++ b/mercurial/vfs.py
@@ -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).
 



To: spectral, #hg-reviewers
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D8297: vfs: fix typo in comment (remove extra "l")

2020-03-17 Thread spectral (Kyle Lippincott)
spectral created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

BRANCH
  default

REVISION DETAIL
  https://phab.mercurial-scm.org/D8297

AFFECTED FILES
  mercurial/vfs.py

CHANGE DETAILS

diff --git a/mercurial/vfs.py b/mercurial/vfs.py
--- a/mercurial/vfs.py
+++ b/mercurial/vfs.py
@@ -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).
 



To: spectral, #hg-reviewers
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel