--- a/hgext3rd/evolve/stablerange.py Wed Sep 25 19:31:44 2019 +0200
+++ b/hgext3rd/evolve/stablerange.py Wed Sep 25 19:43:02 2019 +0200
@@ -199,7 +199,7 @@
could easily store their standard subranges alongside the revision information
to reuse the existing revision index.
-Subrange informatin can be efficiently stored, a naive approach storing all
+Subrange information can be efficiently stored, a naive approach storing all
stable ranges and their subranges would requires just 2 integer per range + 2
integer for any extra sub-ranges other than the first and last ones.