diff mercurial/dirstateutils/timestamp.py @ 48422:000130cfafb6

rhg: Update the dirstate on disk after status Differential Revision: https://phab.mercurial-scm.org/D11840
author Simon Sapin <simon.sapin@octobus.net>
date Thu, 25 Nov 2021 18:33:51 +0100
parents ca42667c8d26
children c8ca21962ff4
line wrap: on
line diff
--- a/mercurial/dirstateutils/timestamp.py	Thu Dec 02 15:10:03 2021 +0100
+++ b/mercurial/dirstateutils/timestamp.py	Thu Nov 25 18:33:51 2021 +0100
@@ -96,7 +96,7 @@
     """same as `mtime_of`, but return None if the date might be ambiguous
 
     A modification time is reliable if it is older than "present_time" (or
-    sufficiently in the futur).
+    sufficiently in the future).
 
     Otherwise a concurrent modification might happens with the same mtime.
     """