changeset 49406:f69bffd00abe stable 6.2.1

debug-discovery: apply spelling fixes from Raphaƫl
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 27 Jul 2022 12:07:18 +0200
parents f64f66167afc
children a1ffdbb12de0
files mercurial/debugcommands.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/debugcommands.py	Tue Jul 26 11:10:43 2022 +0200
+++ b/mercurial/debugcommands.py	Wed Jul 27 12:07:18 2022 +0200
@@ -1185,10 +1185,10 @@
     """runs the changeset discovery protocol in isolation
 
     The local peer can be "replaced" by a subset of the local repository by
-    using the `--local-as-revs` flag. Int he same way, usual `remote` peer can
-    be "replaced" by a subset of the local repository using the
+    using the `--local-as-revs` flag. In the same way, the usual `remote` peer
+    can be "replaced" by a subset of the local repository using the
     `--remote-as-revs` flag. This is useful to efficiently debug pathological
-    discovery situation.
+    discovery situations.
 
     The following developer oriented config are relevant for people playing with this command: