stable-doc: small typo
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 25 Sep 2019 19:43:02 +0200
changeset 4855 7188ed142481
parent 4854 79c9bc7663c2
child 4856 894f58f5b59b
stable-doc: small typo
hgext3rd/evolve/stablerange.py
--- 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.