changeset 4855:7188ed142481

stable-doc: small typo
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 25 Sep 2019 19:43:02 +0200
parents 79c9bc7663c2
children 894f58f5b59b
files hgext3rd/evolve/stablerange.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.