remotefilelog: fix typo in docstring
authorAugie Fackler <augie@google.com>
Mon, 26 Nov 2018 15:53:34 -0500
changeset 40737 32a23c3f56d4
parent 40736 0728d87a8631
child 40738 8947f49daaa8
remotefilelog: fix typo in docstring Differential Revision: https://phab.mercurial-scm.org/D5306
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).