Merge branch 'dh/mingw-ownership-check-typofix'
Error message typofix. * dh/mingw-ownership-check-typofix: mingw: fix typo in an error message from ownership check
This commit is contained in:
commit
3eac69d267
@ -2752,7 +2752,7 @@ int is_path_owned_by_current_sid(const char *path, struct strbuf *report)
|
||||
/*
|
||||
* On FAT32 volumes, ownership is not actually recorded.
|
||||
*/
|
||||
strbuf_addf(report, "'%s' is on a file system that does"
|
||||
strbuf_addf(report, "'%s' is on a file system that does "
|
||||
"not record ownership\n", path);
|
||||
} else if (report) {
|
||||
LPSTR str1, str2, to_free1 = NULL, to_free2 = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user