]> git.ipfire.org Git - thirdparty/git.git/commit
transport-helper: fix typo in BUG() message
authorJeff King <peff@peff.net>
Fri, 22 May 2026 04:43:52 +0000 (00:43 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2026 05:38:41 +0000 (14:38 +0900)
commitabcf2dd5b215ff7bad0bb44524f352cd352bda0f
treeb7821cbc31fe554195796e191e5e28f619b2f8dc
parent3198237bf3ce3c1eae845ac8e13a2da813800c77
transport-helper: fix typo in BUG() message

We mistakenly refer to the git_connect_service enum as "_type" rather
than "_service". Users should never see this message in practice, but it
is slightly confusing when reading the code.

Reported-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c