Mercurial > hg
changeset 27986:a58378983687 stable
help: fix typo in backgroundclose documentation
author | André Sintzoff <andre.sintzoff@gmail.com> |
---|---|
date | Fri, 05 Feb 2016 19:40:57 +0100 |
parents | c58c4683e2b7 |
children | b19d8d5d6b51 |
files | mercurial/help/config.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)