summaryrefslogtreecommitdiffstats
path: root/gpg-interface.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-11-03 21:32:28 +0100
committerJunio C Hamano <gitster@pobox.com>2021-11-03 21:32:28 +0100
commite2a33ef9e280def6f593b6dc7b9d07421c35b3db (patch)
tree4a7bf7285340a6d5d905ddf245b4075b431e23e1 /gpg-interface.c
parentMerge branch 'rs/ssh-signing-fix' (diff)
parenti18n: fix typos found during l10n for git 2.34.0 (diff)
downloadgit-e2a33ef9e280def6f593b6dc7b9d07421c35b3db.tar.xz
git-e2a33ef9e280def6f593b6dc7b9d07421c35b3db.zip
Merge branch 'jx/message-fixes'
Fixes to recently added messages. * jx/message-fixes: i18n: fix typos found during l10n for git 2.34.0
Diffstat (limited to 'gpg-interface.c')
-rw-r--r--gpg-interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpg-interface.c b/gpg-interface.c
index 3838536f0a..3e7255a2a9 100644
--- a/gpg-interface.c
+++ b/gpg-interface.c
@@ -777,7 +777,7 @@ static const char *get_default_ssh_signing_key(void)
if (keys[0] && starts_with(keys[0]->buf, "ssh-")) {
default_key = strbuf_detach(keys[0], NULL);
} else {
- warning(_("gpg.ssh.defaultKeycommand succeeded but returned no keys: %s %s"),
+ warning(_("gpg.ssh.defaultKeyCommand succeeded but returned no keys: %s %s"),
key_stderr.buf, key_stdout.buf);
}