fetch-pack.c: correct command at the beginning of an error message
commitdfbfb9f3771e9070f239458dd2e3b535b64c4012
authorRalf Thielow <ralf.thielow@gmail.com>
Fri, 11 Nov 2016 17:21:00 +0000 (11 18:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Nov 2016 21:28:39 +0000 (11 13:28 -0800)
tree7ba73c89ec2798a448bf6220d35a8fe988330608
parent0538b84027a8aba7e8b805e3ec8fceb3990023e5
fetch-pack.c: correct command at the beginning of an error message

One error message in fetch-pack.c uses 'git fetch_pack' at the beginning
which is not a git command.  Use 'git fetch-pack' instead.

Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fetch-pack.c