]> git.99rst.org Git - git.git/commit
transport-helper: fix typo in BUG() message
authorJeff King <redacted>
Fri, 22 May 2026 04:43:52 +0000 (00:43 -0400)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
transport-helper.c
git clone https://git.99rst.org/PROJECT