# HG changeset patch # User Augie Fackler # Date 2021-07-29 21:03:35 # Node ID 03089463c5548ceaea4ad4b44460fad0e082f6f8 # Parent 6d79894d34605658ebda433ec775982db3994e36 dirstate: fix typo in docstring Spotted while repairing git extension tests. Differential Revision: https://phab.mercurial-scm.org/D11233 diff --git a/mercurial/dirstate.py b/mercurial/dirstate.py --- a/mercurial/dirstate.py +++ b/mercurial/dirstate.py @@ -599,7 +599,7 @@ class dirstate(object): This function must be called within a `dirstate.parentchange` context. - note: the API is at an early stage and we might need to ajust it + note: the API is at an early stage and we might need to adjust it depending of what information ends up being relevant and useful to other processing. """