]> git.ipfire.org Git - thirdparty/git.git/commit - ref-filter.c
i18n: fix typos found during l10n for git 2.34.0
authorJiang Xin <worldhello.net@gmail.com>
Mon, 1 Nov 2021 02:14:17 +0000 (10:14 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Nov 2021 05:49:49 +0000 (22:49 -0700)
commitf73371931686f16c2b5df49cb6a4b16c5fdfe79c
tree8a5599443cc451cba14e7f5c433ab747ec9cff32
parent7e27bd589d328b9daf154c2444d1a86ec3afedb0
i18n: fix typos found during l10n for git 2.34.0

Emir and Jean-Noël reported typos in some i18n messages when preparing
l10n for git 2.34.0.

* Fix unstable spelling of config variable "gpg.ssh.defaultKeyCommand"
  which was introduced in commit fd9e226776 (ssh signing: retrieve a
  default key from ssh-agent, 2021-09-10).

* Add missing space between "with" and "--python" which was introduced
  in commit bd0708c7eb (ref-filter: add %(raw) atom, 2021-07-26).

* Fix unmatched single quote in 'builtin/index-pack.c' which was
  introduced in commit 8737dab346 (index-pack: refactor renaming in
  final(), 2021-09-09)

[1] https://github.com/git-l10n/git-po/pull/567

Reported-by: Emir Sarı <bitigchi@me.com>
Reported-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/index-pack.c
gpg-interface.c
ref-filter.c