]> git.ipfire.org Git - thirdparty/git.git/commit
mingw: fix typo in an error message from ownership check
authorDaniël Haazen <danielhaazen@hotmail.com>
Mon, 19 Dec 2022 02:26:50 +0000 (02:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Dec 2022 00:32:46 +0000 (09:32 +0900)
commit4eb1ccecd4f809d0e783b941ed1283ecb2778e09
tree7b7a8a0f4ccb8ed5e870dd6ca0ed740909563d89
parent83d5e3341b69b3116675f13d2fab208a12c79e27
mingw: fix typo in an error message from ownership check

When a repository is on a FAT32 file system, the user sees a message
that the path ownership cannot be determined.  Fix a typo in the
message.

Signed-off-by: Daniël Haazen <danielhaazen@hotmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw.c