Re: [PATCH v2] i18n: fix typos found during l10n for git 2.34.0
From: Junio C Hamano <hidden>
Date: 2021-11-01 06:01:41
Jiang Xin [off-list ref] writes:
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ı <redacted> Reported-by: Jean-Noël Avila <redacted> Signed-off-by: Jiang Xin <redacted> --- builtin/index-pack.c | 2 +- gpg-interface.c | 2 +- ref-filter.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
All three hunks look sensible. Will directly apply on 'master'. Thanks.