Mercurial > hg
changeset 26027:7b7e25a85f63 stable
help: fix typo in scripting documentation
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Thu, 13 Aug 2015 11:09:36 -0300 |
parents | d08e7449ff27 |
children | 6fbe35588433 |
files | mercurial/help/scripting.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help/scripting.txt Thu Aug 13 15:07:07 2015 +0900 +++ b/mercurial/help/scripting.txt Thu Aug 13 11:09:36 2015 -0300 @@ -56,7 +56,7 @@ incorrectly (often by using "?" as a placeholder for invalid characters in the current locale). - Explcitly setting this environment variable is a good practice to + Explicitly setting this environment variable is a good practice to guarantee consistent results. "utf-8" is a good choice on UNIX-like environments.