summaryrefslogtreecommitdiff
path: root/Documentation/i18n.txt
diff options
context:
space:
mode:
authorDenton Liu <liu.denton@gmail.com>2021-02-24 20:26:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-02-24 23:21:25 (GMT)
commit77645b5daa6eaa4ab0502ef00817c87f7666bfec (patch)
tree2796fda7917ea4b7338f77d7d6bf762ca69b98bf /Documentation/i18n.txt
parent59ec22464f6c2b170b05f287e00740ea2288fe5c (diff)
downloadgit-77645b5daa6eaa4ab0502ef00817c87f7666bfec.zip
git-77645b5daa6eaa4ab0502ef00817c87f7666bfec.tar.gz
git-77645b5daa6eaa4ab0502ef00817c87f7666bfec.tar.bz2
i18n.txt: camel case and monospace "i18n.commitEncoding"
In 95791be750 (doc: camelCase the i18n config variables to improve readability, 2017-07-17), the other i18n config variables were camel cased. However, this one instance was missed. Camel case and monospace "i18n.commitEncoding" so that it matches the surrounding text. Signed-off-by: Denton Liu <liu.denton@gmail.com> [jc: fixed 3 other mistakes that are exactly the same] Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/i18n.txt')
-rw-r--r--Documentation/i18n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i18n.txt b/Documentation/i18n.txt
index 7e36e5b..6c6baee 100644
--- a/Documentation/i18n.txt
+++ b/Documentation/i18n.txt
@@ -38,7 +38,7 @@ mind.
a warning if the commit log message given to it does not look
like a valid UTF-8 string, unless you explicitly say your
project uses a legacy encoding. The way to say this is to
- have i18n.commitencoding in `.git/config` file, like this:
+ have `i18n.commitEncoding` in `.git/config` file, like this:
+
------------
[i18n]