hgext3rd/evolve/stablerange.py
changeset 4855 7188ed142481
parent 4854 79c9bc7663c2
child 4856 894f58f5b59b
--- 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.