# HG changeset patch # User Augie Fackler # Date 1543265614 18000 # Node ID 32a23c3f56d4f4be9baac4dd00cbb9394072bf4e # Parent 0728d87a8631de47685241225ab15ea9d3b2dfdc remotefilelog: fix typo in docstring Differential Revision: https://phab.mercurial-scm.org/D5306 diff -r 0728d87a8631 -r 32a23c3f56d4 hgext/remotefilelog/__init__.py --- 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).