remotefilelog: fix typo in docstring
Differential Revision: https://phab.mercurial-scm.org/D5306
--- a/hgext/remotefilelog/__init__.py Fri Nov 23 18:58:16 2018 +0300
+++ b/hgext/remotefilelog/__init__.py Mon Nov 26 15:53:34 2018 -0500
@@ -67,7 +67,7 @@
particular, minimum number of packs files > gencountlimit.
``remotefilelog.history.generations`` list for specifying the lower bound of
- each generation of the historhy pack files. For example, list [
+ each generation of the history pack files. For example, list [
'100MB', '1MB'] or ['1MB', '100MB'] will lead to three generations: [
0, 1MB), [1MB, 100MB) and [100MB, infinity).