docs: Fix Git capitalization.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-02-28 13:15:06 -08:00
committed by Tim Abbott
parent f244c2eca4
commit 503127c2e9
7 changed files with 16 additions and 16 deletions

View File

@@ -166,7 +166,7 @@ def need_to_run_build_timezone_data() -> bool:
def need_to_run_compilemessages() -> bool:
if not os.path.exists("locale/language_name_map.json"):
# User may have cleaned their git checkout.
# User may have cleaned their Git checkout.
print("Need to run compilemessages due to missing language_name_map.json")
return True