mercurial/dirstate.py
changeset 50157 fbb4c7117cf1
parent 50156 7e6c5cfaba6a
child 50208 3f3fca243dca
--- a/mercurial/dirstate.py	Tue Feb 21 22:25:20 2023 +0100
+++ b/mercurial/dirstate.py	Mon Feb 20 23:46:20 2023 +0100
@@ -137,7 +137,7 @@
 @interfaceutil.implementer(intdirstate.idirstate)
 class dirstate:
 
-    # used by largefile to avoid overwritting transaction callbacK
+    # used by largefile to avoid overwritting transaction callback
     _tr_key_suffix = b''
 
     def __init__(