[PATCH] help/config: fix typo in backgroundclose documentation

André Sintzoff andre.sintzoff at gmail.com
Fri Feb 5 19:33:52 UTC 2016


# HG changeset patch
# User André Sintzoff <andre.sintzoff at gmail.com>
# Date 1454697657 -3600
#      Fri Feb 05 19:40:57 2016 +0100
# Branch stable
# Node ID 21390a714c66498bff8106b9416054d41ecc9e7b
# Parent  c58c4683e2b71a18d6b82f2e8c6e7607b1079bef
help/config: fix typo in backgroundclose documentation

diff -r c58c4683e2b7 -r 21390a714c66 mercurial/help/config.txt
--- a/mercurial/help/config.txt	Wed Feb 03 16:00:00 2016 -0600
+++ b/mercurial/help/config.txt	Fri Feb 05 19:40:57 2016 +0100
@@ -2022,7 +2022,7 @@
 ``backgroundclose``
     Whether to enable closing file handles on background threads during certain
     operations. Some platforms aren't very efficient at closing file
-    handles that have been written or appened to. By performing file closing
+    handles that have been written or appended to. By performing file closing
     on background threads, file write rate can increase substantially.
     (default: true on Windows, false elsewhere)
 


More information about the Mercurial-devel mailing list